@media only screen and (max-width: 900px) {
    body {
        font-size: 85%;
        text-align: left;
    }

    #footer_sinistra{
        float: none;
        position: relative;
        width: 80%;
        margin: 0;
        margin-bottom: 5%;
    }

    #footer_centro {
        float: none;
        position: relative;
        width: 80%;
        margin-left: 0;
    }

    #footerLogo {
        width: 80%;
    }

    header {
        columns: unset;
        text-align: center;
    }

    header img {
        position: relative;
        height: 25vw;
        padding: 5%;
    }

    header nav {
        text-align: center;
        padding-bottom: 5vw;
        padding-right: unset;
    }

    header nav a {
        font-size: medium;
    }

    .mainContent article {
        position: relative;
        width: 100%;
        padding: 5%;
        float: none;
        text-align: justify;
    }

    .mainContent article h1 {
        font-size: 180%;
        font-weight: bolder;
    }

    .mainContent aside {
        position: relative;
        width: 100%;
        margin: auto;
        padding: 0%;
        text-align: center;
    }

    .mainContent aside img {
        padding: 5%;
        width: 100%;
        margin: auto;
    }

    .card-body .btn-primary {
        margin-bottom: 5%;
    }

    #sezioneFoto {
        width: 80%;
        margin: 0;
    }

    #sezioneFoto img {
        margin-bottom: 5vw;
    }

    .secondContent #tableContainer, #sezione_apertura, #sezione_pagamento, #sezioneFoto {
        width: 90% !important;
    }

    #sezioneFoto .row {
        margin-bottom: 0;
    }

    #sezioneFoto img {
        max-width: 100%;
    }

    .secondContent #tableContainer img {
        height: 7vw;
    }

    .logoSocial {
        width: 10vw;
        margin-top: 3vw;
    }

    article h1 {
        text-align: left;
        font-size: 225%;
    }

    #cookies {
        padding: 7.5%;
    }
}