
@media screen and (max-width: 1220px) and (min-width: 641px ) {
    .wrapper{
        width: 80%;
    }

    .dealers-wrapper .dealers-item{
        width: 33%;
    }

    .latest-cases .mod_latest_caseentry{
        width: 33%;
    }

    .owl-theme .owl-nav {
        margin-top: -120px;
    }

}

@media screen and (max-width: 640px ) {
    .wrapper{
        width: 90%;
    }

    .dealers-wrapper .dealers-item{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .latest-cases .mod_latest_caseentry{
        width: 100%;
    }
    .owl-theme .owl-nav {
        margin-top: -100px;
    }
    .cases_menu ul li a {
        margin: 0 5px;
    }
    .mod_latest_entry {
        width: 100%;
        margin-right: 0;
    }
    .mod_latest_entry img{
        max-width: 100%;
    }

    .con_text.left{
        width: 100%;
        float: none;

    }
    .other_news {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .con_text iframe{
        width: 100%;
        height: 30vh;
    }
    .con_text img{
        max-width: 100%;
        height: auto !important;
    }

}
