/*
Module Name:Home (Tablet CSS)
Author: MP | Prosoft Phils
Author URL: http://prosoft-phils.com/
Date: 05-09-2022;
*/

@media (min-width: 768px) and (max-width: 991px) {
	.mobile-home-pg {
		margin-top: 110px;
	}

	.banner-label {
		font-size: 30px;
	}

	video#background-video {
		min-height: 100vh;
	}

	.video_con i {
	    top: 35%;
	    left: 37%;
	    font-size: 36px;
	    cursor: pointer;
	}

	.home-right {
		margin-top: 0;
	}

	.video_col_desktop p{
		font-size: 20px;
	}

	.video_col_desktop ul li {
		font-size: 18px;
	}

	.home_vid_button button {
		padding: 0 10px;
	}
}