﻿@media only screen and (max-width : 760px) {

    .hidden-sm{display:none !important;}
  .ilan-view1{    width: calc(100% / 3 - 10px);}


}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


@media only screen and (min-width : 720px) and (max-width:992px) {
     






}
 