@media (max-width: 480px) {
    .filter-field {
        display: none !important;
    }

    .list-menu {
        display: grid !important;
    }

    .list-menu li,
    .vcenter {
        justify-content: left !important;
    }

    .list-menu li,
    .footer-buttons button {
        padding: 5px 10px !important;
        margin: 3px !important;
    }

    .cbox-container {
        top: 3px !important;
    }

    .album-year-filter {
        display: grid;
    }

    .page-inner {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .tile-icon {
        width: 100%;
    }

    .tile-icon-container {
        height: 156px;
    }

    .row {
        display: block !important;
    }

    .col-6 {
        min-width: 100% !important;
    }

    .card-body {
        min-height: 230px !important;
    }

    .flex-column {
        width: max-content;
    }

    .col-7 {
        max-width: fit-content !important;
    }

    .rsvp-h2 {
        font-size: large;
    }

    .nav-link {
        width: 265px;
    }

    .flex-column {
        width: 50%;
        margin: 0 auto;
    }

    .table>tbody>tr>td {
        word-break: break-word;
    }

    .card-home-header h2 {
        font-size: 18px !important;
    }

    .menu-item {
        font-size: 30px !important;
    }

    .list-menu li:hover {
        height: 37px;
        padding: 3px;
    }

    .filter-field {
        display: none !important;
    }

    .list-menu {
        display: grid !important;
    }

    .list-menu li,
    .vcenter {
        justify-content: left !important;
    }

    .list-menu li,
    .footer-buttons button {
        padding: 5px 10px !important;
        margin: 3px !important;
    }

    .cbox-container {
        top: 3px !important;
    }

    .card-home-header {
        height: 90px !important;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .tile-icon {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #abcfef;
    }
}