#big-video-wrap {
  cursor:pointer;
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#big-video-vid,#big-video-image {
  position: absolute;
}

#big-video-control-container {
  z-index:20;
  position: fixed;
  bottom: 110px;
  padding: 0 20px;
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

#big-video-control {
  height: 16px;
  width: 125px;
  margin: 0 auto;
  position: relative;
}

#big-video-control-middle {
  margin: 0 56px 0 24px;
}

#big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer;
}

#big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0%;
  background: #fff;
}

#big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff;
}

#big-video-control-bound-left {
  left: 0;
}

#big-video-control-bound-right {
  right: -1px
}

#big-video-control-track .ui-slider-handle {
  opacity: 0;
}

#big-video-control-playhead {
  left: 30%;
}

#big-video-control-play,
#big-video-control-mute {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background-image: url('/assets/images/parfum/video-play-btn.png');
}


.flagship-index-index #big-video-control-play{
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
/*  background-image: url('/assets/images/parfum/video-stop-play-btn.png');*/
}

.cms-repetto-parfum #big-video-control-play{
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
/*  background-image: url('/assets/images/parfum/video-stop-play-btn.png');*/
}

#big-video-control-mute {
  left: 80px;
  background-image: url('/assets/images/parfum/video-sound-btn.png');
}

#big-video-control-mute {
  background-position:-45px;
}

#big-video-control-mute.active {
  background-position:0;
}

#big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px;
}

#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right
  {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}

#big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
}

.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.vjs-big-play-button {
  display: none !important;
}



#big-video-control-bar,
#big-video-control-timer,
.touch #big-video-wrap,
.vjs-controls {
  display:none;
}

.main-play-btn {
  position:relative;
  width:100%;
  cursor:pointer;
  background: none !important; /*url('../images/arrow-right.png') no-repeat 50% 50%; */
}
.lte-8 .cms-index-index .background-width {
  z-index: 0 !important;
}


.big-video-homepage-text {
  /*text-align: center;*/
  text-align: left;
  z-index: 9;
  display: none;
  font-family: MrsEaves;
  /*font-size: 40px;*/
  font-size: 30px;
  width: 351px;
  position: absolute;
  right: 20%;
  top: 30%;
  padding-bottom: 55px;
  background-image: url('/assets/images/parfum/playonly.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 30px;
}

.big-video-homepage-parfum-parallaxe {
  text-align: center;
  z-index: 9;
  display: block;
  font-family: Georgia;
  /*font-size: 40px;*/
  font-size: 18px;
  width: 351px;
  position: absolute;
  right: 31%;
  top: 32%;
  padding-bottom: 48px;
  background-image: url('/assets/images/parfum/playonly.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 30px;
}

.big-video-homepage-text .text2-homepage{
  margin-left:69px;
}

.flash-background-first .big-video-homepage-text {
  display: none;
}

.cms-index-index-dark .big-video-homepage-text {
  color: #FFF;
}

#big-video-homepage-text {}
#big-video-homepage-touch-text {
  /*top: 50px;
  right: 32px;*/
  right: 05%;
  top: 20%;

}

#jwplayer-video {
  background: transparent;
  width: 0;
  height: 0;
  left: -9999px;
  top: -9999px;
  display: none;
  position: absolute;
}