.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;
	}

}