         @media screen and (min-width: 601px) {
                 div.blink{
                    width:25%;
                    height:25%;
                  }
                 
                  div.title {
                    font-size: 55px;
                  }
                  div.place{
                    font-size: 30px;
                  }
                  p.social{
                    font-size: 30px;
                  }
                  p.contact{
                    font-size: 20px;
                  }
                  div.menu{
                    font-size: 17px;
                  }
                  p.content{
                      font-size: 15px;
                  }
             /*     img.slides{
                      float:none;
                      width:45%;
                  } */
                  
                img.photo {
                  width: 100px;
                  height: 100px;
                  object-fit:fill;
                  /* display:none; */
                }
                img.galdel {
                  width: 80px;
                  height: 60px;
                  object-fit:fill;
                  /* display:none; */
                }
            }
            
            @media screen and (max-width: 600px) {
                  div.blink{
                    width:100%;
                    height:100%;
                  }
                  
                  div.title{
                    font-size: 5.5vw;
                  }
                  div.place{
                    font-size: 4.0vw;
                  }
                  p.social{
                    font-size: 4vw;
                  }
                  p.contact{
                    font-size: 4vw;
                  }
                  div.menu{
                    font-size: 4vw;
                  }
                  p.content{
                    font-size: 4vw;
                  }
                 img.photo {
                  width: 30%;
                  height: 20%;
                  object-fit:fill;
                  float: none;
                  /* display:none; */
                }
                img.galdel {
                  width: 30%;
                  height: 20%;
                  object-fit:fill;
                  /* display:none; */
                }
                
            }
            
            .slides {
                  width: 300px;
                  height: 200px;
                  object-fit:fill;
                  float:none;
                  /* display:none; */
                }
       
        