.contact_us .banner .left-content img, .contact_us .banner .left-content iframe {
    object-fit: cover;
    max-width: 944px;
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 768px) {
    .contact_us .banner .left-content img, .contact_us .banner .left-content iframe {
        height: 330px;
    }
}

@media screen and (max-width: 375px) {
    .contact_us .banner .left-content img, .contact_us .banner .left-content iframe {
        max-width: 400px;
    }
}
