body {
  margin: 0
}
#ad {
  width: 300px;
  height: 600px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f7ebd7;
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain
}
.hidden {
  opacity: 0;
  transition: 0s;
}
.in {
  opacity: 1;
  transition: 0s;
}
.frame_finale.in {
  opacity: 1;
  transition: 0s;
}
.clickthrough {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #000
}
.video_clickthrough {
  box-sizing: border-box;
  cursor: pointer;
  height: 66%;
  width: 100%
}
.video-container {
  height: 100%;
  position: absolute;
  width: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  background-color: black
}
video {
  height: 100%;
  width: 100%
}
.ios-center-video-controls video::-webkit-media-controls {
  min-width: 0
}
.sdk .sdk-video-player {
  height: 100%;
  width: 100%;
  position: relative;
  background: url("../images/poster.jpg");
  background-size: cover
}
.sdk .sdk-video-player-button {
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 55px;
  /*background: url(../images/play.png) no-repeat scroll 0 0;*/
  background-size: cover
}
.bg_video {
  opacity: 0
}
.bg_video.in {
  opacity: 1
}
.bg_video.out {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
.bg_video.in_2 {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
.son_on {
  position: absolute;
  width: 46px;
  height: 40px;
  left: 255px;
  bottom: 0;
  cursor: pointer
}

.son_off {
  visibility: hidden;
  position: absolute;
  width: 46px;
  height: 40px;
  left: 255px;
  bottom: 0;
  cursor: pointer
}

.btn_play {
  visibility: hidden;
  position: absolute;
   width: 46px;
  height: 40px;
  left: -5px;
  bottom: 0;
  cursor: pointer
}
.son_on {
  background-image: url(../images/son_on.png)
}
.son_off {
  background-image: url(../images/son_off.png)
}
.btn_play {
  background-image: url(../images/btn_play.png)
}

/*
.bg_video {
  background-image: url("../images/poster.jpg");
  background-size: cover;
}
*/
	  
/*
.F1_bg {
  background-image: url("../images/F1_bg.png");
  background-size: cover
}
*/
.FF_txt {
  background-image: url("../images/FF_txt.png");
  /*transition: none*/
}