@media screen and (max-width: 401px) {
    table {
        max-width: 380px !important;
    }

    img {
        max-width: 380px !important;
    }

    .mobile_top_row {
        margin-bottom: 10px;
    }

    .mobile_hidden {
        display: none !important;
    }

    .modal_label_cell {
        width: 120px !important;
    }
}