
.section-wait {
    
}
.wait-img {
    height: 312px;
    position: relative;
}
.wait-img img {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    max-width: none;
    transform: translate(-50%,-55%);
}

@media (max-width: 767px) {
    .wait-img {
    height: 222px;
    }
    .wait-img img {
        width: 767px;
    }
}