.vss-slider {
    width: 100%;
    overflow: hidden;
}

.vss-track {
    display: flex;
    transition: transform 0.6s linear;
}

.vss-item {
    flex: 0 0 25%;
    padding: 4px;
}

.vss-item iframe {
    width: 100%;
    height: 220px;
    border: 0;
}

/* Instagram clean view */
.vss-instagram {
    margin: 0 !important;
    max-width: 100% !important;
}

/* Hide ALL Instagram UI */
.vss-instagram header,
.vss-instagram footer,
.vss-instagram a,
.vss-instagram svg,
.vss-instagram button {
    display: none !important;
}

/* Reel vertical ratio */
.vss-instagram iframe {
    width: 100% !important;
    height: 420px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .vss-item {
        flex: 0 0 50%;
    }

    .vss-item iframe {
        height: 200px;
    }

    .vss-instagram iframe {
        height: 360px !important;
    }
}
