
@media (max-width: 480px) {
	.hero-home .banner-content-wrapper .image-holder {
		min-height: 369px;
	}
}

@media (max-width: 767px) {
	.toc {
		padding: 30px 15px;
	}
	
	#toc.float-lg-start.toc.sidebar-widget {
		min-height: 605px;
	}
	
	.toc {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		background-color: #0e203e;
		border-radius: 18px;
	}
	
	.sidebar-item {
		min-height: 605px;
	}
}
