/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {
.header h1{ font-size:20px;}
.header h2{ font-size:14px;}
} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.header h1{ font-size:20px;}
.header h2{ font-size:14px;}
.home-video{ height:auto}
.home-video .ratio{position:relative; top:auto; left:auto;-webkit-transform:translate(-0, -0); -ms-transform:translate(-0, -0); transform:translate(-0, -0);}
} 
/* END__ */

@media only screen and (max-width:767px) {
.header h1{ font-size:16px;}
.header h2{ font-size:12px;}
.header [class*=col-] + [class*=col-]{ margin-top:12px;}
.header .logo img{ height:50px; width:auto}
.footer{ text-align:center;}
.footer .social{ margin-top:10px;}
.header, .footer{ position:relative;}
.header{ background:var(--bs-primary);}
.home-video{ height:auto}
.home-video .ratio{position:relative; top:auto; left:auto;-webkit-transform:translate(-0, -0); -ms-transform:translate(-0, -0); transform:translate(-0, -0);}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

