﻿/* typical tablet screen resolution */
@media only screen and (max-width : 1600px) and (max-height: 800px) {
    .cd-background-wrapper .img-home-2 {
        width: 1100px !important;
    }

    .cd-background-wrapper .img-home-3 {
        width: 300px !important;
        height: 300px !important;
    }
    .third-title{
        margin-top:100px !important;
    }
}

.third-title {
    margin-top: 300px;
}
.cl-img {
    display: block;
}
/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
    .cl-img{
        display:none;
    }
    .img-michelin-margin{
        margin-top:-2.4rem !important;
    }
}
