
.block.productheaderblock .block-container.left-direction .bg-img{}
.block.productheaderblock .block-container.right-direction .bg-img{}

.block.productheaderblock .block-container .bg-img {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block.productheaderblock .block-container .bg-img{
    height: 400px;
    top: 0;
    width: 100%;
}
.block.productheaderblock .product-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.block.productheaderblock .product-image img{
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.block.productheaderblock .block-container.bg-light-gray{
    background-color: #eceded;
}


h1.caption {
    margin-bottom: 20px;
}

h1.caption.caption-blue {
    color: #003871;
}



@media (min-width: 576px) { 

}

@media (min-width: 768px) { 
    .block.productheaderblock .block-container.right-direction .row{
        flex-direction: row-reverse;
    }

    .block.productheaderblock .block-container .bg-img {
        height: auto;
        width: auto;
    }
    
    .block.productheaderblock .block-container{
        position: relative;
    }
    .block.productheaderblock .block-container.left-direction .bg-img{
        left: 0%;
        top: 0;
        right: calc((100% / 2) + 60px);
        bottom: 0;
    }
    .block.productheaderblock .block-container.right-direction .bg-img{
        left: calc((100% / 2) + 60);
        top: 0;
        right: 0;
        bottom: 0;
    }
    
    h1.caption {
        font-size: 32px;
    }
    .block.productheaderblock .product-image {
        align-items: flex-start;
        height: auto;
    }
    .block.productheaderblock .product-image img {
        width: 100%;
        height: auto; 
    }
}


@media (min-width: 992px) { 
    
    .block.productheaderblock .block-container.left-direction .bg-img{
        left: 0%;
        top: 0;
        right: calc((100% / 2) + 80px);
        bottom: 0;
    }
    .block.productheaderblock .block-container.right-direction .bg-img{
        left: calc((100% / 2) + 80px);
        top: 0;
        right: 0;
        bottom: 0;
    }
    h1.caption {
        font-size: 44px;
    }

}


@media (min-width: 1200px) { 
    .block.productheaderblock .block-container.left-direction .bg-img{
        left: 0%;
        top: 0;
        right: calc((100% / 2) + 95px);
        bottom: 0;
    }
    .block.productheaderblock .block-container.right-direction .bg-img{
        left: calc((100% / 2) + 95px);
        top: 0;
        right: 0;
        bottom: 0;
    }

    h1.caption {
        font-size: 54px;
    }
}