

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
img{ width:100%; display:block;}


.uc_standard_banner{ position:relative;font-family: 'Open Sans', sans-serif;overflow: hidden;}
.uc_standard_banner .uc_banner-img {float: left; height: 100%; width:100%; }

.uc_standard_banner .uc_banner-content { position:absolute; left:0; top:50%; width:100%; padding:0 45px; transform:translateY(-50%);}
.uc_standard_banner .uc_banner-content h3{ font-weight:700; font-size:32px;text-transform:uppercase;line-height: 35px;margin: 0 0 25px; color:#fe4d4d;}
.uc_standard_banner .uc_banner-content p{ font-weight:700; font-size:20px; margin:0px 0 12px; color:#fff;text-transform:uppercase;}
.uc_standard_banner .uc_banner-content a{ padding:10px 18px; font-weight:600; color:#fff; text-decoration:none; display:inline-block; border-radius:5px; border-radius:5px; border:2px solid #fff;}


@media screen and (max-width: 360px){
  .uc_standard_banner .uc_banner-content{padding: 0 15px;}
  .uc_standard_banner .uc_banner-content h3{margin: 0 0 15px;}
}