/*----- 	Module - Video Player Starts 	-----*/
.module_video_wrapper .video_image{
    min-height: 530px;
}
.module_video_wrapper .video-button{
    position: absolute;
    left: 67px;
    bottom: 60px;
}
@media screen and (max-width: 575px) {
	.module_video_wrapper .video_image{
		min-height: 330px;
	}
    .module_video_wrapper .video-button{
        left: 45px;
        bottom: 40px;
    }
}
/*----- 	Module - Video Player Ends 	-----*/
/*---------------------------------------------*/

/*----- 	Module - Image With Caption Starts 	-----*/
.module_image_with_caption_wrapper .module_image-with-caption_image{
	min-height: 540px;
}
.module_image_with_caption_wrapper .caption_wrapper{
	bottom: 30px;
	left: 30px;
}
.module_image-with-caption_image:after{
	background: none;
}
/*----- 	Module - Image With Caption Ends	-----*/