/* Start ic 5853659640 - Chris */

/* remove opacity on video play buttons */ 

.layer {
opacity:0!important;
}


/* fix mobile video caption bug */
@media screen and (max-width: 767px){
body.gallery .assets_container .asset {
    margin-top:30px!important;
}
}

/* End ic 5853659640 - Chris */