#hero.video-gallery{
    position:relative;
}

#hero.video-gallery .banner-text > *:not(.search-banner-button) {
    display:flex;
    flex-wrap:wrap;
}

#hero.video-gallery .banner-text > *:not(.search-banner-button) > *{
    flex-basis:100%;
    width:100%;
}

#hero.video-gallery span.sub-heading {
    font-size:1.5rem;
    font-weight:normal;
}

@media screen and (max-width: 992px){
    #hero.video-gallery span.sub-heading {
        font-size:1.25rem;
    }
}

.banner-overlay {
    position:relative;
}

.banner-overlay::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
}

.banner-text {
    max-width:80vw;
}

.banner-text h2 {
    font-size:1.75em;
    margin:0 0 0.25em 0;
    line-height:1.2em;
}

.banner-text p {

    margin:0;
}

.listing-info {
    position:absolute;
    bottom: 10px;
    left:50%;
    transform:translateX(-50%);
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    padding: 10px;
    border-radius:100px;
    z-index:1;
    max-width:80%;
}
@media screen and (min-width:991px){
    .listing-info {
       bottom:125px; 
    }
}
.listing-info .left{
    padding-left:10px;
}
.listing-info .left,
.listing-info .middle{
    padding-right:15px;
}
.listing-info .left i {
    font-size: 20px;
}

.listing-info .right{
    display:none;
}

.listing-description{
    width: max-content;
    inline-size: max-content;
    max-width: 250px;
    padding-right:20px;
}

h5.listing-title{
    margin:0;
    font-weight:600;
    font-size:15px;
    line-height:1em;
}
h5.listing-title a {
    color:#fff;
}
span.price {
    margin:0;
    font-weight:400;
    font-size:12px;
    line-height:12px;
}

.banner-all-frames {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    /* z-index: 2; */
}
.banner-all-frames.change-position-relative {
    position: relative;
    padding: 10vh 0;
}
.banner-all-frames.change-position-relative .banner-text{
    max-width:100vW;
}
@media screen and (min-width:768px){
    .banner-text h2 {
        font-size:2.25em;
    }
    
    .banner-text p {
        font-size:1.125em;
    }  
    .listing-info .right{
        display:block;
    }
    .listing-description{
        max-width: 350px;
    }
}

@media screen and (min-width:1200px){
    .banner-text h2 {
        font-size:3em;
    }
    
    .banner-text p {
        font-size:1.25em;
    }
    h5.listing-title{
        font-size:18px;
    }
    .listing-info .left i {
        font-size: 30px;
    }
    span.price {
        font-size:14px;
    }
    .listing-description{
        max-width: 500px;
    }
}

.banner-video{
    display: block;
    position: relative;
    width: 100%;
}
.tv {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color:transparent;
    background-image:url('../../images/loading.gif');
    background-position:center center;
    background-size: initial;
    background-repeat:no-repeat;
}
.tv::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    /* z-index:-1; */
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1; */
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}

.tv .screen.active {
  opacity: 1;
}
iframe.screen {
    max-width: unset !important;
    max-height: unset !important;
}
.v-arrow{
    position: absolute;
    top: 50%;
    z-index: 3;
    /* font-size: 3em; */
    cursor: pointer;
    color: #a5a5a5;
    }
.left-v-arrow {
    left: 2%;
    font-size:3rem;
}
.right-v-arrow {
    right: 2%;
      font-size:3rem;
}



div#vimeo-player.active {
    opacity: 1;
}
div#vimeo-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1; */
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}
div#vimeo-player iframe {
    max-width: unset !important;
    max-height: unset !important;
}

.search-bar-below {
    max-width:unset !important;
}
.desktop-search-bar-holder-bottom {
   position: absolute;
   width: 100%;
   padding-left: 5%;
   padding-right: 5%;
   box-sizing: border-box;
   bottom: var(--video-bottom-offset, 40px);
}


#hero,
.banner-overlay,
.banner-video .tv {
    height: var(--video-min-height-mobile);
}
body.admin-bar #hero,
body.admin-bar .banner-overlay,
body.admin-bar .banner-video .tv {
    height: calc(var(--video-min-height-mobile) - 46px);
}
.banner-video {
    height: var(--video-min-height-mobile);    
}
body.admin-bar .banner-video{
    height: calc(var(--video-min-height-mobile) - 46px);
}
@media only screen and (min-width: 576px) {
    #hero,
    .banner-overlay,
    .banner-video .tv {
        height: var(--video-min-height-tablet);
    }
    body.admin-bar #hero,
    body.admin-bar .banner-overlay,
    body.admin-bar .banner-video .tv {
        height: calc(var(--video-min-height-tablet) - 46px);
    }
    .banner-video{
        height: var(--video-min-height-tablet);
    }
    body.admin-bar .banner-video{
        height: calc(var(--video-min-height-tablet) - 46px);
    }
}
@media only screen and (min-width: 992px) {
    #hero,
    .banner-overlay,
    .banner-video,
    .banner-video .tv {
        height: var(--video-min-height-laptop);
    }
    body.admin-bar #hero,
    body.admin-bar .banner-overlay,
    body.admin-bar .banner-video,
    body.admin-bar .banner-video .tv {
        height: calc(var(--video-min-height-laptop) - 32px);
    }
    .banner-video{
        height: var(--video-min-height-laptop);   
    }
    body.admin-bar .banner-video {
        height: calc(var(--video-min-height-laptop) - 32px);
    }
}
@media only screen and (min-width: 1400px) {
    #hero,
    .banner-overlay,
    .banner-video,
    .banner-video .tv {
        height: var(--video-min-height-desktop);
    }
    body.admin-bar #hero,
    body.admin-bar .banner-overlay,
    body.admin-bar .banner-video,
    body.admin-bar .banner-video .tv {
        height: calc(var(--video-min-height-desktop) - 32px);
    }
    .banner-video{
        height: var(--video-min-height-desktop);    
    }
    body.admin-bar .banner-video {
        height: calc(var(--video-min-height-desktop) - 32px);
    }
}
.banner-all-frames{
    background-color:var(--video-banner-overlay);
}
body.admin-bar .carouselHeroGallery.change-max-height, .carouselHeroGallery.change-max-height{
    max-height:unset!important;
}