/* start ic 13038509164 - Chris */ 

/*remove header images on  mobile only */
@media only screen and (max-width: 767px){

.gallery  .main-header .main-header-title-bg{
  display:none!important;
}

.gallery  .main-header{
background:transparent!important;
min-height:3.5vh!important;
}

.listing .item-link .item-label-overlay{
opacity:.8!important;
}
.listing .item-link .item-label{
font-size:14px;
}

}

/* end ic 13038509164 - Chris */ 