.banner-row {
    height: 100%;
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.banner-row img, .banner-row video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-row.has-countdown .timer-wrapper {
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    max-width: calc(100% - 32px);
    border-radius: 4px;
    z-index: 2;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .banner-row.has-countdown .timer-wrapper {
        bottom: 20px;
        max-width: calc(100% - 24px);
    }
}
