﻿.banner-fixed-height-video-section.parallax-enabled{
    background-attachment: fixed !important;
    background-size: auto 50% !important;
}
.banner-fixed-height-video-desktop,
.banner-fixed-height-video-mobile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-fixed-height-video-section-outer {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-fixed-height-video-section-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-fixed-height-video-section-content {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.banner-fixed-height-video-section-content:last-child{
    margin-bottom: 0;
}
.banner-fixed-height-video-headline,
.banner-fixed-height-video-text-content {
    width: 100%;
}
    .banner-fixed-height-video-text-content p,
    .banner-fixed-height-video-text-content h1,
    .banner-fixed-height-video-text-content h2,
    .banner-fixed-height-video-text-content h3,
    .banner-fixed-height-video-text-content h4,
    .banner-fixed-height-video-text-content a {
        margin: 10px 0;
    }

/*Alignments*/
@media only screen and (min-width: 1024px) {
    .video-banner-desktop-alignment-left {
        float: left;
        text-align: left;
    }
    .video-banner-desktop-alignment-center {
        display: inline-block;
    }
    .video-banner-desktop-alignment-right {
        float: right;
        text-align: right;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 501px) {
    .video-banner-tablet-alignment-left {
        float: left;
        text-align: left;
    }
    .video-banner-tablet-alignment-center {
        display: inline-block;
    }
    .video-banner-tablet-alignment-right {
        float: right;
        text-align: right;
    }
    .banner-fixed-height-video-section-content {
        margin-bottom: 10px;
    }
    .banner-fixed-height-video-section-content:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 500px) {
    .video-banner-mobile-alignment-left {
        float: left;
        text-align: left;
    }
    .video-banner-mobile-alignment-center {
        display: inline-block;
    }
    .video-banner-mobile-alignment-right {
        float: right;
        text-align: right;
    }
    .banner-fixed-height-video-section-content {
        margin-bottom: 5px;
    }
    .banner-fixed-height-video-section-content:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .banner-fixed-height-video-mobile {
        display: none;
    }

    .banner-fixed-height-video-desktop {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-fixed-height-video-mobile {
        display: block;
    }

    .banner-fixed-height-video-desktop {
        display: none;
    }
}

/*Overrides for height set to auto*/
.height-type-auto .banner-fixed-height-video-section-outer,
.height-type-auto .banner-fixed-height-video-section-inner {
    height: auto !important;
}