.module_video {
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
}

.cfct-module .module_video {
  margin-bottom: 0;
}

.sc_marquee_video .sdMarqueeContainer{
	position: relative;
}

.sc_marquee_video .fluid-width-video-wrapper{
	z-index: 0;
}

.sc_marquee_video .overlay_play_big{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

.sc_marquee_video .overlay_play_big img{
	width:100%;
	height: auto;
}

.module_video .video-frame,
.module_video .video-outer{
	width: 100% !important;
}

@media only screen and (max-width:767px) {
  
  	.module_video {
		margin-bottom: 15px;
		margin-top: 5px;
		overflow: hidden;
	}
}

span.marquee-close-button {
	font-size: 30px;
	font-weight: 300;
	color: #9EA7A9;
	float: right;
	margin-top: 2px;
	background: rgba(255,255,255,0.1);
	padding: 10px;
	z-index: 1;
	opacity: 0.8;
}

span.marquee-close-button:hover {
	color: #000000;
	opacity: 1;
	background: rgb(255,255,255,0.8);
}
