/* ============================================
   Hero Top Region - Mobile Optimization
   (contain version - shows full image width)
   ============================================ */

@media (max-width: 767px) {
  .content-top-highlighted {
    background-size: contain !important;
    -webkit-background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #FFFFFF;
    min-height: 130px;
  }
}

@media (max-width: 480px) {
  .content-top-highlighted {
    min-height: 100px;
  }
}