.vjs-sublime-skin {
  color: white; }
  .vjs-sublime-skin .vjs-big-play-button {
    cursor: pointer;
    line-height: 50px;
    margin: -25px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 2; }
    .vjs-sublime-skin .vjs-big-play-button:before {
      border-color: transparent transparent transparent white;
      border-style: solid;
      border-width: 25px 0 25px 50px;
      content: "";
      display: block; }
  .vjs-sublime-skin.vjs-controls-disabled .vjs-big-play-button, .vjs-sublime-skin.vjs-has-started .vjs-big-play-button, .vjs-sublime-skin.vjs-using-native-controls .vjs-big-play-button {
    opacity: 0; }
  .vjs-sublime-skin .vjs-control-bar {
    height: 50px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2s; }
  .vjs-sublime-skin.vjs-has-started .vjs-control-bar {
    opacity: 1;
    -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .vjs-sublime-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .vjs-sublime-skin.vjs-using-native-controls .vjs-control-bar, .vjs-sublime-skin.vjs-controls-disabled .vjs-control-bar {
    display: none; }
  .vjs-sublime-skin .vjs-progress-control {
    position: absolute;
    top: 0;
    right: 95px;
    bottom: 0;
    left: 50px; }
    .vjs-sublime-skin .vjs-progress-control .vjs-progress-holder {
      cursor: pointer;
      height: 20px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0; }
      .vjs-sublime-skin .vjs-progress-control .vjs-progress-holder:after {
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        content: "";
        display: block;
        height: 4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0; }
    .vjs-sublime-skin .vjs-progress-control .vjs-play-progress {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 2px;
      height: 4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0; }
  .vjs-sublime-skin .vjs-play-control {
    cursor: pointer;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 16px;
    width: 15px; }
    .vjs-sublime-skin .vjs-play-control:before {
      border-color: transparent transparent transparent white;
      border-style: solid;
      border-width: 8px 0 8px 15px;
      content: "";
      display: block; }
  .vjs-sublime-skin.vjs-playing .vjs-play-control:before, .vjs-sublime-skin.vjs-playing .vjs-play-control:after {
    background-color: white;
    border: none;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px; }
  .vjs-sublime-skin.vjs-playing .vjs-play-control:after {
    left: auto;
    right: 0; }
  .vjs-sublime-skin .vjs-fullscreen-control {
    border: 3px solid white;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 14px;
    width: 22px; }
  .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control {
    background: white; }
    .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:after {
      background: black;
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 5px; }
  .vjs-sublime-skin .vjs-volume-control {
    cursor: pointer;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 55px;
    height: 14px;
    width: 22px; }
  .vjs-sublime-skin .vjs-volume-bar {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAQAAACw95UnAAAAMElEQVRIx2NgoBL4n4YKGUYNHkEG4zJg1OCRYDCpBowaPJwMppbLRg0eNXjUYBLEAXWNUA6QNm1lAAAAAElFTkSuQmCC);
    background-size: 22px 14px;
    height: 100%;
    width: 100%; }
  .vjs-sublime-skin .vjs-volume-level {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcAQAAAAAyhWABAAAAAnRSTlMAAHaTzTgAAAAZSURBVHgBYwAB/g9EUv+JokCqiaT+U4MCAPKPS7WUUOc1AAAAAElFTkSuQmCC);
    background-size: 22px 14px;
    height: 100%; }
  .vjs-sublime-skin .vjs-current-time,
  .vjs-sublime-skin .vjs-time-divider,
  .vjs-sublime-skin .vjs-duration,
  .vjs-sublime-skin .vjs-remaining-time,
  .vjs-sublime-skin .vjs-load-progress,
  .vjs-sublime-skin .vjs-play-progress .vjs-control-text,
  .vjs-sublime-skin .vjs-play-control .vjs-control-content,
  .vjs-sublime-skin .vjs-fullscreen-control .vjs-control-text,
  .vjs-sublime-skin .vjs-slider-handle,
  .vjs-sublime-skin .vjs-volume-handle,
  .vjs-sublime-skin .vjs-live-controls,
  .vjs-sublime-skin .vjs-playback-rate,
  .vjs-sublime-skin .vjs-subtitles-button,
  .vjs-sublime-skin .vjs-captions-button,
  .vjs-sublime-skin .vjs-mute-control {
    display: none; }

.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:441px!important;}
  
  @media (max-width: 768px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:341px!important;}
  .bottlinks a:first-child { left: 10%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 28%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 48%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }	
	
}
@media (max-width: 736px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:296px!important;}
    .bottlinks a:first-child { left: 8%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 25%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 42%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }
	
}
  
@media (max-width: 600px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:236px!important;
  }
  .bottlinks a:first-child { left: 11%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 32%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 52%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }
.social {
    left: 50%;
    margin-left: 100px!important;
    text-align: left;
    top: -45px;
    width: auto;
}
	
}
@media (max-width: 667px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:266px!important;}

.social {
    left: 50%;
    margin-left: 100px!important;
    text-align: left;
    top: -45px;
    width: auto;
}



	
}
@media (max-width: 600px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:236px!important;}
	
}
@media (max-width: 568px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:226px!important;}
    .bottlinks a:first-child { left: 14%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 35%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 55%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }

.social {
    left: 50%;
    margin-left: 90px!important;
    text-align: left;
    top: -45px;
    width: auto;
}
	
}
@media (max-width: 480px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:196px!important;
  }
  .bottlinks a:first-child { left: 20%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 45%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 75%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }
.social {
    left: 5%;
    margin-left: 0px!important;
    text-align: left;
    top: -60px;
    width: 90%;
}
.logo {

    top: -25px;

}
	
}
@media (max-width: 414px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:162px!important;
  }
  .social {
    left: 5%;
    margin-left: 0px!important;
    text-align: left;
    top: -60px;
    width: 90%;
	right:0px;
}
.logo {

    top: -25px;

}
.bottlinks a {
    background: url("i/effect_BottleShadow.png") no-repeat scroll center 55px/ auto 60% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 250px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 33%;
}
	
}
@media (max-width: 384px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:236px!important;
  }
  .bottlinks a:first-child { left: 26%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 62%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 88%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }
.social {
    left: 5%;
    margin-left: 0px;
    text-align: left;
    top: -60px;
    width: 90%;
}
.logo {

    top: -25px;

}
.bottlinks a {
    background: url("i/effect_BottleShadow.png") no-repeat scroll center 55px/ auto 90% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 420px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 33%;
}
}
	
}





@media (max-width: 375px) {
	    .bottlinks a:first-child { left: 50%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 75%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 120%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }
.social {
    left: 5%;
    margin-left: 0px;
    text-align: left;
    top: -60px;
    width: 90%;
}
.logo {

    top: -25px;

}
.bottlinks a {
    background: url("i/effect_BottleShadow.png") no-repeat scroll center 55px/ auto 60% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 250px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 33%;
}
	
	
}




@media (max-width: 320px) {
	.video-js {
  background-color: black;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; 
  height:125px!important;}
  
.bottles, .bottlinks {
    background: url("i/bottles.png") no-repeat scroll center 25px / 100%  350px rgba(0, 0, 0, 0);
    width: 90%;
}
.bottlinks a {
    background: url("i/effect_BottleShadow.png") no-repeat scroll center 55px/ auto 90% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 384px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 33%;
}
  
    .bottlinks a:first-child { left: 50%; z-index: 4; }
.bottlinks a:nth-child(2) { left: 75%; !important; top: 0px !important; width: 32%; z-index: 6; }
.bottlinks a:last-child { left: 100%; z-index: 5; }
.bottlinks a:hover { opacity: .75; }
.social {
    left: 5%;
    margin-left: 0px;
    text-align: left;
    top: -60px;
    width: 90%;
}
.logo {

    top: -25px;

}
	
}
  
  
  
  
  .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }
  .video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none; }

body.vjs-full-window {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 0; }

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%; }
  .video-js.vjs-using-native-controls .vjs-poster {
    display: none; }