/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.wp-block-image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .3s;
}

.wp-block-image:hover a:after {
    background: rgba(17, 202, 242, .32);
}

.wp-block-image:hover a {
    transform: scale(1.01);
}