/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 22 feb 2024, 17:15:30
    Author     : Admin
*/



@media screen and (max-width: 499px) and (min-width: 1200px) {
  .zoom {
    font-size: large;  
  }
  .zoom_ritorno {
    font-size: large;
  }
}

@media screen and (min-width: 992px) {
/*  .zoom_ritorno {
    margin: 0px 0px 0px auto;
  }*/
}

@media screen and (max-width: 991px) {
  .zoom { 
    width: 100%;
  }
  .zoom_ritorno {
    width: 100%;
  }
  .zoom_listino { 
    width: 100%;
  }
}

.div_bagaglio_animali {
    width: 100%;
}
/*@media screen and (max-width: 499px) {
    .div_bagaglio_animali {
        width: 100%;
    }
}*/