@charset "UTF-8";
/* CSS Document */

body, body * {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}

#container{
	position:absolute;
	width:970px;
	height:250px;
	top:0px;
	left:0px;
	margin:auto;
	display: none;
}

#expand_btn{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor: pointer;
	z-index:100;
}

#collapsed{
	position: absolute;
	top: 0px;
	right:0px;
	width:88px;
	height:31px;
	background-image: url('showAd.jpg');
	background-position: 0% 50%;
	border:1px solid #ffffff;
	z-index:100;
	display:block;
}

#hide_btn{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 86px;
	height: 30px;
	background-image: url('btnClose.png');
	background-color:transparent;
	cursor: pointer;
	z-index: 250;
}

#expanded {
	position: absolute;
	top: 0px;
	right:0px;
	width:968px;
	height:248px;
	background-image: url('Background_970x250.jpg');
	border:1px solid #666666;
	z-index:100;
	display:block;
}


#exit_btn{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor:pointer;
	z-index:150;
}




#video-container-1 {
  position: absolute;
  left: 17px;
  top: 34px;
  width: 324px;
  height: 182px;
  background-color: none;
  border: none;
  z-index: 410;
}

#video-1 {
  position: absolute;
  width: 324px;
  height: 182px;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
}

.video-controls {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: -1px;
  cursor: pointer;
  background-color: #FFF;
}

/* Video button hiding an positioning */
.video-controls:hover {
  border-bottom: 1px solid #666;
}

#play-btn-1 {
  background-image:url(play.svg);
  background-repeat:no-repeat;
  background-size:cover;
  left: 0;
}

#progress-bar-1 {
  position: absolute;
  background-color: #999999;
  bottom: 0px;
  height: 4px;
}

#pause-btn-1 {
  background-image:url(pause.svg);
  background-repeat:no-repeat;
  background-size:cover;
  left: 0px;
  visibility: hidden;
}

#unmute-btn-1 {
  background-image:url(unmute.svg);
  background-size:cover;
  background-repeat:no-repeat;
  right: 0px;
}

#mute-btn-1 {
  background-image:url(mute.svg);
  background-size:cover;
  background-repeat:no-repeat;
  right: 0px;
  visibility: hidden;
}
