/*
Module Name: Home (Desktop CSS)
Author: MP | Prosoft Phils
Author URL: http://prosoft-phils.com/
*/

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	.vimeo_playlist iframe,
	.video_con{
	    height: 253px;
	}

	.carousel-inner {
		margin-bottom: 15%
	}

	.home_vid_button button {
		margin-bottom: 0;
	}
} /*end of 993px - 1199px*/