.home-product {
    height: auto;
    padding: 0px 0;
}
.home-product .home-image-container, .home-subcat .home-image-container {
    width: 100%;
    height: 269px;
    padding: 10px 0;
    overflow: hidden;
}

.home-product .home-image-container img, .home-subcat .home-image-container img {
    position: relative;
    right: 0;
    top: 0;
    transform: inherit;
    left: 0;
    bottom: 0;
    margin: auto;
}

body.scrolling .header-desktop .header-wrapper, body.small-header .header-desktop .header-wrapper {
    padding: 20px 132px 0;
}
header .header-desktop .header-wrapper nav ul li a {
    font-size: 18px;
}


@media all and (min-width: 320px) and (max-width: 414px) {

	.home-product .home-image-container, .home-subcat .home-image-container {
	    height: 100px;
	}
	.catalog-wrapper{
		padding: 0px 15px 0px;
	}
	.product-main {
	    top: 0px;
	}
	.product-full-page .product-main-info .product-image-side {
	    height: 300px;
	    float: none;
	}


}
