
/*--------------------------------------------------------------------------
+	HOME PAGE *MEDIA QUERY*
--------------------------------------------------------------------------*/


@media screen and (max-width:420px){

    *{
      text-align: center;
    }
  
    .jumbotron .swiper {
      width: 220px;
      height: 360px;
      
    }
  
    .jumbotron .servizi, 
    .hero_text{
      margin-top: 2rem;
      
    }
  
    .about_us{
      padding-top:3.5rem;
    }
  
    .book_image{
      width:240px;
      /* transform: rotate(0deg); */
      
    }
  
    .about_us .card{
      width: 19em;
      height: 80%;
      
     }
  
     .book_description .content_video iframe,
     .book_description .content_video #placeholder{
      width:280px; 
      height:260px;
    }
   }
  
   @media screen and (min-width:421px) and (max-width:488px){
   
  
    *{
      text-align: center;
    }
  
  
    .jumbotron .swiper {
      width: 270px;
      height: 380px;
      
    }
  
    .jumbotron .servizi, 
    .hero_text{
      margin-top: 2rem;
      
    }
  
    .about_us{
      padding-top:3.5rem;
    }
  
    .book_image{
      width:240px;
      /* transform: rotate(0deg); */
      margin-bottom:1rem;
    }
  
    .book_description {
      padding-top:0;
      margin-top:0;
      
    }
  
   }
  
   @media screen and (min-width:767px) and (max-width:992px){
  
    .book_description {
      margin-left:3rem;
      
    }
    .book_description a{
      align-self:start;
      
    }
  
    .book_description .content_video iframe,
    .book_description .content_video #placeholder{
      width:280px; 
      height:260px;
    }
  
  
   }