@media screen and (max-width: 720px) {
    h1
    {
        font-size: 2rem;
    }
    
    #topbar-buttons{
        display: none;
    }
    
    .promoted-item-layer
    {
        align-items: flex-end;
        background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    }

    .promoted-item-data
    {
        margin: 0 auto;
        padding-bottom: 100px;
        align-items: center;
        text-align: center;
    }

    .product-list
    {
        grid-template-columns: repeat(auto-fill, 48%);
    }

    .product-layer
    {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .product-layer > div
    {
        align-items: center;
        text-align: center;
        margin: 0;
    }

    .icon
    {
        height: auto;
        width: 30%;
        margin-bottom: 20px;
    }

    .product-images-controls
    {
        display: none;
    }

    .product-images
    {
        overflow-x: scroll;
    }

    .store-ad-icons
    {
        visibility: hidden;
    }

    .who-are-we
    {
        width: 90%;
        margin: 100px auto;
    }

    .we-make-games
    {
        padding: 0px;
        background: unset;
    }
}

@media screen and (min-width: 721px) {
    #mobile-hamburger{
        display: none;
    }
    #mobile-menu{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .opinions-container
    {
        width: 90%;
        margin: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .rating-container
    {
        width: calc(100% - 40px);
        min-width: none;
    }
}