@charset "utf-8";
/* CSS Document */
/*
@media only screen and (max-width: 767px) {
	.event-box{
		width: 60% !important;
		top: 270px !important;
	}
	
}*/
@media only screen and (max-width: 767px) {
    .event-box {
        width: 72% !important;
        top: 180px !important;
    }
    .videoWrapper {
        padding-top: 350px !important;
    }
}
@media only screen and (max-width: 992px) {
	.home-post .col{
		flex: unset;
		margin-bottom: 50px;
	}
	.logo-slider::before, .logo-slider::after{
		background: unset;
	}
}

