
@media screen and (max-width: 1679px) {

	.owl-nav{
		display: none;
	}
	.portfolio-filter .row{
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 991px) {

	/* Product Carousel */
	.products li{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {

	.dreamit-slick-slider .single-slick .content-wrapper {
		top: 50%;
		transform: translateY(-50%);
	}
	.dreamit-slick-slider .hero-text h2 {
		font-size: 58px;
	}
	.dreamit-slick-slider .hero-text h3 {
		font-size: 18px;
	}
	.portfolio-filter ul li {
		display: block;
	}
	.portfolio-filter ul li::before {
		top: auto;
		bottom: 0;
	}



	/* Product Carousel */
	.products li{
		width: 100%;
	}

}