/* start ic 7278792454 - Chris */ 

/* hide gradient on mobile display */ 

@media only screen and (max-width: 767px){
 .fancybox-title-inside-wrap::after{
background:transparent!important; 
}

}

/* end ic 7278792454 - Chris */ 