*{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.mm-items-promo-block-iframe-outer{              
    max-width: 1180px;
    margin: 0 auto;
}
#mm-items-promo-block-iframe {
    width: 100%;
    position: relative;
    height: 80px;
    min-width: 100%;
    max-width: 100%;
    width: 200px;
    display: block;
    -webkit-animation:  placeHolderShimmer 2s linear infinite forwards;
    animation:  placeHolderShimmer 2s linear infinite forwards;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size:1180px 60px;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -1180px 0
    }
    100% {
        background-position: 1180px 0
    }
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -1180px 0
    }
    100% {
        background-position: 1180px 0
    }
}
.loading{
    font-size:15px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    z-index:0
}
@media only screen and (max-width:1030px){
    #mm-items-promo-block-iframe {
        height: 170px !important;
    }
}
@media only screen and (max-width:768px){
    #mm-items-promo-block-iframe {
        height: 350px;
    }
}