
@media only screen and (max-width: 1199px) {
    .image-container.residental{
        display: flex;
        align-items: center;
        overflow: scroll;
    }

    .image-container img{
        position: relative !important;
    }
}
