.img-social-banner {
    /*height: auto; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.container-img-social-banner {
    padding-top: 75%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.zoom {
    width: 300px;
    transition: 0.2s;
    cursor: pointer;
}

.zoom:hover {
    width: 300px;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media (min-width: 1900px) {
    .regular2 img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1900px) {
    .regular2 img {
        width: 100%;
    }
}