/*** SALVO VIDEO PLAYER STYLES *****/

.vjs-video-container { position: relative; width: 100%;     /* desired width */ overflow: hidden; }
.vjs-video-container:before { content: ""; display: block; padding-top: 56.3%;  /* initial ratio of 16:9*/ }
.vjs-video-container .vjs-tech { height: 100%; /*ie9+*/ top: 0; bottom: 0; position: absolute; margin: auto; }
.vjs-big-play-button { left: 45% !important; top: 45% !important; }
.video-js { position: absolute !important; top: 0; left: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important; }
.vjs-poster { background-position: 50% 50%; /*ie8*/ background-size: cover !important; }
.watermark { bottom: 30px; height: 15%; position: absolute; right: 20px; width: 20%; z-index: 9999; }
.watermark img { width: 100%; }

/******** Hispanic Kitchen Styles **********/
/*div[data-site-id="HK"] .vjs-big-play-button { background-color: rgba(236, 104, 41, 1); border-radius: 3em !important; height: 3em !important; width: 3em !important; line-height: 3em !important; border: none !important; left: 45% !important; top: 40% !important; }*/
div[data-site-id="HK"] .vjs-big-play-button:hover, div[data-site-id="HK"] .video-js:hover .vjs-big-play-button, div[data-site-id="HK"] .video-js .vjs-big-play-button:focus { background-color: rgba(236, 104, 41, 1) !important; border-color:  rgba(236, 104, 41, 1) ; }
div[data-site-id="HK"] .video-js .vjs-big-play-button::before { font-size: 2em; display:none;}

@media only screen and (max-width:620px) {
  div[data-site-id="HK"] .vjs-big-play-button {
  left: 35% !important;
  top: 30% !important; }
}
