@media screen and (max-width: 992px) {
    body{
        font-size: 19px;
    }

    #redeemed-stamp {
        width: 150px;
        height: 150px;
    }

    #validation-input-container{
        width: 85%;
        margin-top: 5vh;
    }

    #connect-button-container{
        position: relative;
        max-width: 480px;
        margin: auto;
    }

    .button-85 {
        font-size: min(max(15px, 5vw), 22px);
        height: 50px;
    }

    #input-form{
        font-size: 13px;
        line-break: strict;
        width: 90%;
    }

    #error-message-container{
        width: 85%;
        margin: 3vh auto auto auto;
        font-size: min(max(11px, 3.5vw), 18px);
    }

    #logo-container {
        position: absolute;
        bottom: 8vh;
        left: 25%;
        width: 50%;
    }

    #logo-container > img {
        max-height: 50px;
    }


    .product-description-container{
        max-height: none;
        padding-top: 2.5vh;
    }

    #menu{
        width: 80%;
    }

    .info-panel {
        width: 100%;
    }

    .property-container{
        margin: 20px auto;
    }

    .properties-grid-container .row {
        padding: 0;
    }

    #nft_certificates_image{
        width: 60%;
    }
}
