@import '../Headers/Header_02/header_02.css';
@import '../Moduli/SliderScorrimento/news-stripe_2.css';
@import "../Moduli/SliderScorrimento/carousel-big.css";

/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Team grid to set as classic team grid on four col grid
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1460px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
	#arteidro-services .four-col-grid {
	    grid-template-columns: 1fr 1fr;
	}
}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

}

/* Mobile port
------------------------------------------------------------------------------------------------*/
	@media screen and (max-width: 600px) {
		#arteidro-services .four-col-grid {
		    grid-template-columns: 1fr;
		}
	}