/* Bright daytime homepage hero image layer. */

.pm-brand-home.pm-brand-bright .video-slider {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.pm-brand-home.pm-brand-bright .video-slider .pm-home-daytime-image {
    position: absolute !important;
    inset: 0 !important;
    z-index: -2 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
    object-position: center 46% !important;
    transform: scale(1.02) !important;
}

.pm-brand-home.pm-brand-bright .video-slider .video-overlay {
    z-index: -1 !important;
}

.pm-brand-home.pm-brand-bright .video-slider > .container,
.pm-brand-home.pm-brand-bright .video-slider .slider__content {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .pm-brand-home.pm-brand-bright .video-slider .pm-home-daytime-image {
        object-position: 62% center !important;
        transform: scale(1.01) !important;
    }
}
