@media only screen and (max-width :320px) {
    .no-wrap-320 {
        flex-wrap: nowrap;
    }

    .h-w-320 {
        height: 110px;
        width: 70px;
        object-fit: cover;
    }
    .modal {
        /* left: 1% !important; */
    }
}