/* Large Image */
[data-custom-block="large-image"] {margin:50px 0;}
[data-custom-block="large-image"] .heading {font-size:2.5rem;font-weight:700;margin-bottom:25px;}
[data-custom-block="large-image"] .text-content {font-size:1.25rem;font-weight:400;}
[data-custom-block="large-image"] .block-wrapper{position:relative;}
[data-custom-block="large-image"] .block-wrapper .textoverlay{position:absolute;right:0;bottom:0;background-color:rgba(0,0,0,0.4);width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50%;padding:50px 75px;color:#ffffff;text-align:center;}
[data-custom-block="large-image"] .block-wrapper .textoverlay .primary-button{background-color:var(--black);color:var(--blackText);}
[data-custom-block="large-image"] .block-wrapper .textoverlay .primary-button:hover{background-color:var(--white);color:var(--whiteText);}

@media (max-width:1200px)
{
    [data-custom-block="large-image"] .text-content {font-size:1.125rem;}
    [data-custom-block="large-image"] .text .heading {font-size:1.875rem;}
}

@media (max-width:960px)
{
    [data-custom-block="large-image"] .block-wrapper .textoverlay{width:80%;}
}

@media (max-width:900px)
{
    [data-custom-block="large-image"] .text-content {font-size:1rem;}
    [data-custom-block="large-image"] .heading {font-size:1.625rem;}
}

@media (max-width:720px)
{
    [data-custom-block="large-image"] .block-wrapper .textoverlay{width:100%;padding:40px;}

}

@media (max-width:600px)
{
    [data-custom-block="large-image"] .block-wrapper .image{aspect-ratio:1/1;}
    [data-custom-block="large-image"] .block-wrapper .image img{width:100%;height:100%;object-fit:cover;}
}