/* Large Image Block */
.acv-large-image-block {
    width: 100%;
    min-height: 1100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.acv-large-image-block--video {
    background-image: none;
}

.acv-large-image-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
