body{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}
.mds-header{
    background: #274C05;
    width: 100%;
    height: 92px;
    text-align: center;
    margin-bottom: 152px;
    transition: 0.5s;
    position: fixed;
    z-index: 20;
    top: 0;
}
.mds-logo {
    width: 150px;
    height: 150px;
    margin-top: 8px;
    transition: 0.5s;
}
.mds-header ul{
    display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24%;
    right: 0;
    transition: 0.5s;
}
.mds-header ul img{
    width: 24px;
    height: 24px;
}
.mds-header ul li{
    list-style: none;
    margin-right: 12px;
}
.mds-container{
    position: relative;
    max-width: 1170px;
    margin:0 auto;
}
.mds-white-space{
    height: 264px;
}
.mds-row{
    display: flex;
    margin-bottom: 48px;
}
.mds-row a:last-child{
    margin: inherit;
}
a.mds-product-container{
    width: 372px;
    height: 320px;
    margin-right: 24px;
    position: relative;
    color: #ffffff;
    border: 8px;
    transition: 0.5s;
}
.mds-product-container:hover div.mds-text-container{
    background:#8A1F03;
    transition: 0.5s;
}
.mds-product-container:hover div.mds-background{
    filter: none;
    transition: 0.5s;
}
.mds-product-container:hover{
    background: none;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow:    0px 5px 11px 0px rgba(50, 50, 50, 0.47);
    box-shadow:         0px 5px 11px 0px rgba(50, 50, 50, 0.47);
    transform: scale(1.01);
}
.mds-product-container:hover img{
    transform: translateY(-10px);
}
.mds-product-container div.mds-background{
    filter: grayscale(100%);
    width: 100%;
    max-width: 372px;
    height: 320px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: 0.5s;
}
.mds-product-container.mds-testonat div.mds-background{
    background: url('../images/BG/TestoNat-BG.png') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-forte div.mds-background{
    background: url('../images/BG/MDS-Forte-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-slim div.mds-background{
    background: url('../images/BG/Slim-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-inmunat div.mds-background{
    background: url('../images/BG/Inmunatt-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-desparanat div.mds-background{
    background: url('../images/BG/Desparanat-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-liver div.mds-background{
    background: url('../images/BG/Liver-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-mt div.mds-background{
    background: url('../images/BG/Milk-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container.mds-cs div.mds-background{
    background: url('../images/BG/Cascar-BG.jpg') no-repeat;
    background-size: cover;
}
.mds-product-container img{
    position: absolute;
    z-index: 10;
    transition: 0.5s;
    bottom: 73px;
}
.mds-product-container.mds-testonat img{   
    width: 143px;
    height: 297px;
    margin: 0 auto;
    left:0;
    right: 0; 
}
.mds-product-container.mds-forte img{
    width: 327px;
    height: 296px;
    left: -11px;
}
.mds-product-container.mds-slim img{
    position: absolute;
    width: 329px;
    height: 297px;
    left: -14px;
}
.mds-product-container.mds-inmunat img{
    position: absolute;
    width: 329px;
    height: 297px;
}
.mds-product-container.mds-desparanat img{
    position: absolute;
    width: 328px;
    height: 297px;
}
.mds-product-container.mds-liver img{
    position: absolute;
    width: 327px;
    height: 297px;
}
.mds-product-container.mds-mt img{
    position: absolute;
    width: 328px;
    height: 297px; 
}
.mds-product-container.mds-cs img{
    position: absolute;
    width: 328px;
    height: 297px;
}
.mds-product-container div.mds-text-container{
    background:#274C05;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: 0;
}
.mds-product-container.mds-forte div.mds-text-container{
    font-size: 18px;
}
.mds-product-container div.mds-text-container p{
    height: 62px;
    margin-top: 50px;
    padding: 0 32px;
    text-align: center;
}
/************************/  
/*******RESPONSIVE******/
@media screen and (max-width:1180px){
    a.mds-product-container {
        width: 300px;
        height: 320px;
    }
    body{
        font-size: 20px;
    }
    .mds-row {
        justify-content: space-around;
    }
    .mds-container div.mds-row:last-child{
        align-content: space-around;
    }
}
@media screen and (max-width:960px){
    a.mds-product-container {
        width: 200px;
        height: 220px;
    }
    .mds-product-container div.mds-background {
        max-width: 272px;
        height: 220px;
    }
    body {
        font-size: 14px;
    }
    .mds-product-container.mds-forte div.mds-text-container {
        font-size: 14px;
    }
    .mds-product-container div.mds-text-container {
        height: 92px;
    }
    .mds-product-container div.mds-text-container p{
        margin-top: 20px;
    }
    .mds-product-container.mds-testonat img{   
        width: 93px;
        height: 197px;
        margin: 0 auto;
        left:0;
        right: 0; 
    }
    .mds-product-container.mds-forte img{
        width: 227px;
        height: 196px;
        left: -11px;
    }
    .mds-product-container.mds-slim img{
        width: 229px;
        height: 197px;
        left: -14px;
    }
    .mds-product-container.mds-inmunat img{
        width: 229px;
        height: 197px;
        left: -21px;
    }
    .mds-product-container.mds-desparanat img{
        width: 228px;
        height: 197px; 
        left: -21px; 
    }
    .mds-product-container.mds-liver img{
        width: 227px;
        height: 197px;
        left: -21px;
    }
    .mds-product-container.mds-mt img{
        width: 228px;
        height: 197px;
        left: -21px;  
    }
    .mds-product-container.mds-cs img{
        width: 228px;
        height: 197px;
        left: -21px;
    }
}
@media screen and (max-width:660px){
    body {
        font-size: 20px;
    }
    .mds-header{
        height: 57px;
    }
    .mds-logo {
        width: 88px;
        height: 88px;
        margin-top: 8px;
    }
    .mds-header ul {
        top: 17%;
    }
    .mds-white-space {
        height: 164px;
    }
    .mds-row{
        display: inherit;
        width: 340px;
        margin: 0 auto;
    }
    .mds-row a.mds-link.mds-product-container{
        width: 340px;
        height: 320px;
        margin-bottom: 74px;
        display: block;    
    }
    .mds-product-container div.mds-background {
        max-width: 340px;
        height: 320px;
    }
    .mds-product-container div.mds-text-container{
        width: 340px;
        height: 128px;
    }

    .mds-product-container div.mds-text-container p {
        margin-top: 49px;
    }
    .mds-product-container.mds-forte div.mds-text-container {
        font-size: 16px;
    }
    .mds-product-container.mds-testonat img{   
        width: 131px;
        height: 297px;
        bottom: 80px;
    }
    .mds-product-container.mds-forte img{
        width: 298px;
        height: 296px;
        left: -11px;
    }
    .mds-product-container.mds-slim img{
        width: 300px;
        height: 276px;
        left: 13px;
        bottom: 80px;
    }
    .mds-product-container.mds-inmunat img{
        width: 299px;
        height: 277px;
        left: 0;
        bottom: 85px;
    }
    .mds-product-container.mds-desparanat img{
        width: 299px;
        height: 277px;
        left: 0;
        bottom: 85px;
    }
    .mds-product-container.mds-liver img{
        width: 317px;
        height: 297px;
        left: 0;
        bottom: 79px;
    }
    .mds-product-container.mds-mt img{
        width: 317px;
        height: 297px;
        left: 0;
        bottom: 79px;  
    }
    .mds-product-container.mds-cs img{
        width: 317px;
        height: 297px;
        left: 0;
        bottom: 79px;
    }
}
@media screen and (max-width:320px){
    .mds-row{
        width: 270px;
    }
    .mds-row a.mds-link.mds-product-container{
        width: 270px;   
    }
    .mds-product-container div.mds-background {
        max-width: 270px;
    }
    .mds-product-container div.mds-text-container {
        width: 270px;
    }
}