@media(max-width: 990px) {
	body {
		padding: 10px;
	}
	#header {
		padding: 15px !important;
		margin-top: 0;
		transition: 0.2s;
		background-color: rgb(0 0 0 / 50%) !important;
	}
	#header.fixed {
		left: 0 !important;
		transform: translateX(0) !important;
	}
	#header .header-container {
		padding: 12px 20px !important;
	}
	#header.fixed .header-container {
		padding: 0 20px !important;
	}
	#header img.custom-logo {
		width: 130px !important;
	}
	#welcome .right-photo {
		min-height: 300px;
		position: relative !important;
	}
	#classes-slider .slick-arrow.fa-arrow-right {
		right: 0;
	}
	#classes-slider .slick-arrow.fa-arrow-left {
		left: 0;
	}
	#classes-slider .slick-arrow {
		top: inherit;
		bottom: -80px;
	}
	.section-title::before,
	.section-title::after {
		display: none;
	}
	#welcome-row {
		background-size: cover;
	}
	#welcome-row .left {
		position: relative;
	}
	#welcome-row .left::after {
		width: 100%;
	}
	.page-banner {
		height: 280px;
	}
}