@media (min-width: 1200px) and (max-width: 1300px) {
    .popup-gallery-iframe iframe {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popup-gallery-iframe iframe {
        width: 100%;
    }
    section {
        padding: 50px 0 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popup-gallery-iframe iframe {
        width: 100%;
    }
    #services .col-lg-3.col-md-6.text-center {
        min-height: auto;
    }
    section {
        padding: 0px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .popup-gallery-iframe iframe {
        width: 100%;
    }
    a.logo img {
        width: 107px;
    }
    #services .col-lg-3.col-md-6.text-center {
        min-height: auto;
    }
    header {
        background-size:cover; 
        background-position:center;
    }
    section {
        padding: 0px 0 50px 0;
    }
}

@media (min-width: 567px) and (max-width: 767px) {}

@media (min-width: 480px) and (max-width: 567px) {}

@media (min-width: 320px) and (max-width: 480px) {
   
}