
.banner_innr{min-height:calc(100vh - 165px); position:relative; display:flex; justify-content:center; }
.banner_innr img{width:100%; object-fit:cover;}
.banner_info{color:white; padding:15px; position:absolute; top:142px; text-align:center;}
.banner_info h1{margin-bottom:0;}
.banner_info p{font-size:13px; line-height:34px; letter-spacing:2px; text-transform:uppercase;}

@media (min-width:992px){
  .mob_show{display:none;}
}

@media (max-width:991px){
  .mob_none{display:none;}
  .mob_show{display:block;}
  .banner_info{top:50px;}
}