@media screen and (min-width: 320px) {
    .header{
        background-color: #fff;
    }
    .zoomBig{
        transform: none; 
    }
    .news{
        margin-top: 100px;
    }
    .zoomSmall{
        transform: none; 
    }
    .offcanvas{
        height: 100vh !important;
    }
    .offcanvas img {
        width: 50%;
        margin: 0 auto;
    }
    .carousel-control-next-icon {
        background-image: url('img/arrow-right.svg') !important;
        margin-left: 120px;
    }
    .carousel-control-prev-icon{
        background-image: url('img/arrow-left.svg') !important;
        margin-right: 120px;
    }
    #carouselExampleAutoplaying .carousel-control-prev-icon, #carouselExampleAutoplaying .carousel-control-next-icon{
        visibility: hidden !important;
    }
    .call-us{
        text-decoration: none;
        color: #000;
        font-size: 12px;
    }
    .footer{
        background: #fff;
    }
    iframe{
        height: 60vh;
    }
}

@media screen and (min-width: 768px) {
    .news-title{
         font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {

    .zoomBig{
        transform: scale(1); 
    }

    .zoomSmall{
        transform: scale(.8); 
    }
     .news-title{
         font-size: 35px;
    }
    .call-us svg {
        width: 30px;
        height: 30px;
    }
    .mentions{
        font-size: 20px;
    }
}