/**
 * #.# Home Banner Module
 *
 * Styles for template-part/modules/home_banner_module.php
**/

.home_banner_module{margin:0 25px}
.home_banner_module,.home_banner_module .container,.home_banner_module .container .row,.home_banner_module .container .row .col-lg-12{min-height:calc(100svh - 200px)}
.home_banner_module .container{position:relative;z-index:2}
.home_banner_module{padding:0;position:relative}
.home_banner_module video{position:absolute;top:0;left:0;right:0;bottom:0;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover}
.banner-logo{max-width:77px}
.banner-logo img{width:100%;height:auto}
.banner-content{padding:15px 0;margin-bottom:100px}
.banner-content .content-block h1{font-family:var(--header);font-size:30px;font-weight:400;line-height:30px;letter-spacing:.9px;text-transform:uppercase;color:var(--purple);padding-bottom:45px}
.banner-content .content-block p{font-size:20px;line-height:28px;color:var(--black)}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {
  .home_banner_module{margin: 0px 20px;}
  .mobile-banner-position{position:absolute;bottom:25px;left:20px;right:20px}
  .mobile-banner-position .content-block h1 {padding-top:20px; font-family:var(--header);font-size: 28px;font-weight: 400;line-height: 31px;letter-spacing: 0.9px;text-transform: uppercase;color:var(--white);padding-bottom:0px}
  .banner-logo {max-width: 36px;}
  .banner-content {padding: 25px 0px;margin-bottom: 0px;}


  .home_banner_module,.home_banner_module .container,.home_banner_module .container .row,.home_banner_module .container .row .col-lg-12{ min-height: 50svh;}
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}
