  @media only screen and (max-width: 1499px) and (min-width: 768px) {
	.calendar-events-featured-wrapper {
		width: 65% !important;
	}
	.calendar-events-wrapper {
		width: 35% !important;
	}
	.calendar-events-featured-time-col-1 {
		width: 20% !important;
	}
}
@media only screen and (max-width: 1399px) and (min-width: 768px) {
	.calendar-events-featured-wrapper {
		width: 60% !important;
	}
	.calendar-events-wrapper {
		width: 40% !important;
	}
	.calendar-events-featured-time-col-1 {
		width: 25% !important;
	}
}
@media only screen and (max-width: 1299px) and (min-width: 768px) {
	.calendar-events-featured-wrapper {
		width: 55% !important;
	}
	.calendar-events-wrapper {
		width: 45% !important;
	}
	.calendar-events-featured-time-col-1 {
		width: 30% !important;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.calendar-events-featured-wrapper {
		width: 50% !important;
	}
	.calendar-events-wrapper {
		width: 50% !important;
	}
	.calendar-events-featured-time-col-1 {
		width: 35% !important;
	}
}