.hero-banner-row {
    position: relative;
}

.masthead-video {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.hero-banner div > .pagebuilder-banner-wrapper.jarallax {
    position: initial !important;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 50px);
    padding: 0;
}

.page-layout-corporate-landing-page-layout .hero-banner div > .pagebuilder-banner-wrapper.jarallax {
   
    margin-top: 50px;
    align-items: flex-start;
}
.masthead-bottom {
    width: 100%;
    position: absolute;
    bottom: -6.5px;
    text-align: center;
    overflow: hidden;
    left: 0;
    right: 0;
}

.masthead-bottom:before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 21.35px;
    background: #fff;
    -webkit-transform: skew(45deg) translateX(-10px);
    -ms-transform: skew(45deg) translateX(-10px);
    transform: skew(45deg) translateX(-10px);
}

.scroll-trigger {
    position: absolute;
    top: 0.1px;
    left: 50%;
    margin-left: -22.5px;
    display: block;
    width: 45px;
    height: 20px;
    color: #fff;
}

.scroll-trigger .svg-select-arrow {
    display: none;
}

.property-landing-page-sub-category-page-banner .masthead-bottom .scroll-trigger {
    background-color: rgba(0, 0, 0, 0.55);
    clip-path: polygon(50% 100%, 5% 0%, 94% 0%);
}

.masthead-bottom:after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 20.5px;
    background: #fff;
    -webkit-transform: skew(-45deg) translateX(10px);
    -ms-transform: skew(-45deg) translateX(10px);
    transform: skew(-45deg) translateX(10px);
}

.masthead-home .masthead-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 61.4%;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 100%);
    z-index: 1;
}

#hero-banner-scroll-bottom {
    scroll-behavior: smooth;
}

@media only screen and (max-width: 1024px){
    .hero-banner div > .pagebuilder-banner-wrapper.jarallax {
        min-height: calc(100vh - 140px);
    }
    .page-layout-corporate-landing-page-layout .hero-banner div > .pagebuilder-banner-wrapper.jarallax{
        margin-top: 0px;
    }
    .pagebuilder-banner-wrapper [data-element='content'] > p{
        margin-bottom:0px;
    }
}

@media only screen and (max-width: 768px){
    .masthead-bottom {
        display: none;
    }
    
    #html-body .hero-banner div .pagebuilder-banner-wrapper, #html-body .hero-banner div .pagebuilder-banner-wrapper .pagebuilder-overlay {
        padding-bottom: 0px;
    }
}