@media screen and (max-width: 768px) {

    .mobile-column,
    #consent {
        flex-direction: column;
        align-items: stretch;
    }

    .checkbox-list-container {
        flex-direction: column;
    }

    #navbar {
        display: none;
    }

    #mobile-navbar {
        display: block;
    }

    .hero h1, .hero-50 h1 {
        font-size: 5rem;
        font-weight: 500;
        line-height: 4rem;
        margin-bottom: .5rem;
    }

    .hero h2, .hero-50 h2 {
        font-size: 2.3rem;
        font-weight: 400;
        line-height: 3.5rem;
    }

    .titolo {
        font-size: 4rem;
        line-height: 4rem;
    }

    .titolo-50 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .spacer-5 {
        height: 2.5rem;
    }

    .titoletto {
        font-size: 1.2rem;
    }

    .p28 {
        font-size: 1.8rem;
    }

    .p20 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 2.1rem;
    }

    .pad-5 {
        padding: 3rem;
    }

    .bt-registrati span {
        font-size: 1.4rem;
    }

    .bt-registrati img {
        width: 3rem;
    }

    .bt-link span {
        font-size: 1.4rem;
    }

    .bt-link img {
        width: 3rem;
    }

    .bg-gala-dinner {
        padding: 2rem 2rem 10rem 2rem;
    }

    .bg-social-dinner {
        padding: 2rem 2rem 10rem 2rem;
    }

    .bg-festival-cannes {
        padding: 2rem 2rem 10rem 2rem;
    }

    .tag-black,
    .tag {
        display: block;
        margin-bottom: .5rem;
    }

    .footer {
        font-size: 1.3rem;
    }

    .footer .column {
        margin-bottom: 1rem;
    }

    .title-footer {
        font-size: 1.6rem;
    }

    .footer-second-col {
        display: none !important;
    }

    .footer .bt-registrati {
        margin-top: 1rem;
    }

    .footer .bt-registrati span {
        font-size: 1.3rem;
    }

    .footer .bt-registrati img {
        width: 2rem;
    }

    .welcome {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }

    .box-ceo {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    .navbar .container {
        width: 100%;
        padding: 2rem 2rem;
    }

    .navbar-item {
        background-color: transparent;
    }

    .div-note-hotel-open {
        width: 95%;
        height: 50%;
        overflow-y: auto;
        padding-right: .8rem;
    }

    .div-note-hotel-closed {
        width: 93%;
    }

    .col-desc-hotel {
        padding: 0rem;
    }

    .logo-footer {
        width: 14rem;
    }

    .column-right-note {
        flex: 10;
        font-size: 1.35rem;
    }

    .hotel-main-info {
        /*text-align: left;*/
        line-height: 3rem;
        margin: 1rem auto;
    }
}