﻿.publikaciok-item-list {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
}

    .publikaciok-item-list > img {
        height: 290px;
    }

@media screen and (max-width: 1580px) {
    .publikaciok-item-list > img {
        height: 240px;
    }
}

@media screen and (max-width: 1390px) {
    .publikaciok-item-list > img {
        height: 210px;
    }
}

@media screen and (max-width: 1290px) {
    .publikaciok-item-list > img {
        height: 170px;
    }
}