/* Navbar */
@media (min-width: 768px) {
    #navCart {display:none;}
}

@media (min-width: 991px) {
    .mmp-main-carousel h5 {font-size:28px;}
}

/* Title */
.mmp-main-carousel .overlay {left:0; top:10%; right:inherit;}
.mmp-main-carousel h5 {left:0;}

/* Product category buttons */
.ms-productCategoryButtons .label {left:15px;right:inherit;bottom:15px;}

/* Center product icons */ 
.product-default .ms-overlay-icons, #ms-productInfoModal .ms-overlay-icons {
    text-align: center;
    width: 40px;
}