@media (min-width: 375px) and (max-width: 460px){
	.header-search {
		display: none;
	}
}


@media (min-width: 1000px) and (max-width: 1400px){
	.home-slider-container .slide-bg.owl-lazy {
		background-size: 100%;
	}

	.home-slider-container, .home-slide {
		height: 460px;
	}
}