
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
@media only screen
and (min-width : 321px)
and (max-width : 480px) {
.js-play-button.pr-video-play{ display:none; }
}
 
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
.js-play-button.pr-video-play{ display:none; }
}




