@media screen and (max-width:1200px) {
    .hamburger {
        display:none;
    }
    
    .menu_ul {
        display: inline-flex;
    }
    
    .secondPage_content_text {
        font-size:35px;
    }
    
    .story_water {
        margin-top;:-4% !important;
    }
    
    .absolute story_second_second_bg_water_div {
        text-align: right !important;
    }
    
    .absolute story_second_second_bg_water_div {
        text-align: left !important;
    }
    
    .news_button {
        display:flex !important;
    }
    
    .story_water {
        margin-top:52% !important;
    }
}

@media screen and (max-width:768px) {
    .hamburger {
        display:inline-flex;
        width:100px;
    }

    .empty_dot {
        width: 10px;
        height: 10px;
    }
    .images-ul > li {
        width: 10px;
        height: 10px;
    }
    .menu_ul {
        display: none;
    }
    .full_dot {
        width: 10px;
        height: 10px;
        background-color: #fff;
    }
    .menu_top {
        text-align: right;
        padding:20px;
        height:auto;
        display:flex;
        position: relative;
        flex-flow: row wrap;
        justify-content: space-between;
        padding-right:0px;
    } 
        .logo_collapsed {
        left:20px;
        display:inline-flex;
        width:40%;
        max-width: 300px;
    }

        .descrizione h1 {
        text-align: left;
        color: rgba(116,51,30,1);
        font-size: 24px;
        font-family: 'Playfair Display', serif;
        margin-top: 50px;
        margin-bottom: 50px;
        margin:50px 20px 50px 20px
    }
    .descrizione p {
       
        margin: 0 20px 0 20px;
        text-align:justify 
    }

    .main_partners {
        border:0px;
    }

   

    .logo_menu {
        display: none !important;
    }
    
   
    
    .become_page_auto {
        height:auto;
    }
    
    .bg_water {
        background-image: url();
    }
    
    .story_second_first_bg_water_div {
        position: relative;
        height: auto;
        text-align: center;
    }
    
    .story_second_second_bg_water_div {
        position: relative !Important;
        height: auto;
        text-align: center;
        top:0 !Important;
    }
    
    .sweet_image {
        margin-top:5%;
    }
    
    .city_div {
        text-align: center;
        margin-bottom: 5%;
    }
    
    .city_div > img {
        width:50% !important;
    }
    
    .news_button {
        width:100% !important;
        /*margin-left:20%;*/
    }
    .secondPage_content_text {
        text-align: center;
    }

    .h1_wrapper {
        font-size: 25px !important;
        text-align: center;
    }
    
    .story_water {
        margin-top:0% !important;
    }
}

@media screen and (max-width:1500px) {
    

    .croma_slider {
        display: flex;
        height: auto !important;
    }

    .slider_img {
        width: 100% !important;
    }
    
    
    .secondPage_content_text {
        font-size:25px;
    }
   
}

@media screen and (min-width:1920px) {

    .page_auto {
        max-width: 1920px;
        margin:auto;
    }
}
