@charset "UTF-8";
/**
 * Theme Name: Emos
 * Author: the DesignDeveloping team
 * Author URI: https://des-dev.net/
 * Version: 1.0
**/


.main-products__image img {
    width: 100%;
}


@media only screen and (max-width: 768px) {
    #home-slider .slick-slide {
        background-size: contain;
        height: 150px;
    }

}


.social-links {
  display: flex;
  gap: 20px;
	margin: 30px 0;
}
.social-links a {
  padding: 10px;
  font-size: 30px;
}