@media (max-width: 480px) {
    .flex-col-reverse-xs {
        flex-direction: column-reverse;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .inner-logo-wrapper {
        padding: 20px 0;
    }

    .country-dropdown {
        margin-right: 20px;
        width: 100%;
    }

    .profile-username div {
        margin: 0;
    }

    .new-visitors-list {
        text-align: left;
    }

    .new-visitors-wrapper a {
        margin-left: 0;
        margin-right: -10px;
    }

    .page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-section {
        padding: 20px 0;
    }

    .feed-image-wrapper {
        height: 390px !important;
    }

    .feed-item-wrapper {
        line-height: 0;
        margin-left: -15px;
        margin-right: -15px;
        height: 390px;
        border-radius: 0;
    }

    .post-item-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .profile-picture icon {
        line-height: 90px;
        width: 90px;
    }

    .profile-picture img {
        width: 90px;
        height: 90px;
    }

    .profile-section-wrapper {
        width: 100%;
    }

    .margin-left-auto-xs {
        margin-left: auto !important;
    }

    .profile-interactions {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 10px;
    }

    .profile-picture {
        margin-right: 10px;
    }

    .header-menu a svg {
        height: 35px !important;
        width: 35px !important;
    }

    .hero h1,
    .hero h2 {
        text-align: center;
    }

    .hero h2 {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero {
        padding: 80px 0 50px;
    }

    .hero-box {
        margin-top: 50px;
    }

    .container.home-page {
        margin-top: 0;
    }

    form.search-wrapper [name=suggestion] {
        padding: 10px 20px;
    }

    h1.main-header {
        font-size: 40px;
    }

    .header-menu .dropdown a {
        padding: 5px 10px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .header-menu {
        gap: 5px;
    }

    .bookmark-toggle svg {
        height: 25px;
        width: 25px;
    }

    .feed-item-user {
        font-size: 15px;
    }

    .header-menu {
        gap: 5px;
    }

    .feed-header {
        margin-bottom: 20px;
        flex-direction: column-reverse;
        align-items: start;
    }

    .no-feeds {
        margin-top: 0;
    }

    .feed-header a span {
        flex-grow: 1;
    }
}