.block-fullwidth_image .inner-block{
    position:absolute;
    width: 49.1vw;
    max-width: 709px;
    left: 50%;
    transform: -webkit-translate(-50%,-50%);
    transform: -moz-translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: 1;
    text-align: center;
    color:#fff;
}
.block-fullwidth_image picture{
    width: 100%;
    height: 100vh;
    margin: 0px;
}
.block-fullwidth_image picture img{
    display:block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.block-fullwidth_image.hero picture img{
    height: 100vh !important;
}
.block-fullwidth_image a:after {
    width: 100%;
}
.block-fullwidth_image a:hover:after{
    width: 0%;
}

    
    @media only screen and (max-width: 1024px) {
                    
        .block-fullwidth_image .inner-block{    
            width: 100%;
            max-width: 650px;
        } 
        .block-fullwidth_image picture{
            height: 100vh;
        }
        .block-fullwidth_image picture img{
            height: 100vh;
        }

    }
    @media only screen and (max-width: 740px) {
        
        .block-fullwidth_image .inner-block{    
            max-width: 490px;
        }

    }
    @media only screen and (max-width: 550px) {
        
        .block-fullwidth_image .inner-block{    
            max-width: 280px;
        }

    }
