/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {


}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {

}
				
			

Leave a Reply

Your email address will not be published. Required fields are marked *