Remove Logo on player in landscape mode
/* Iphone Landscape
--------------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 750px) and (orientation : landscape) {
.fancybox-wrap:before {
display: none !important; /*Remove the logo in landscape*/
}
}