
/* Codice per smartphone 321 – 480 px */

@media screen and (max-device-width: 480px) {
 
     
 
   #scalaiframe{
      width:310px; 
      height:550px;
      border:none;
   }

  
   #modalsize{
      width:260px; 
 }

 }

 
 /* Codice per Tablet 481 – 768 px */
 
 @media screen and (max-device-width: 768px) {
 
  
   #scalaiframe{
      width:310px; 
      height:550px;
      border:none;
	 
	 }
   
   #modalsize{
      width:260px; 
 }
  
}  
  
/*Codice per PC Desktop min. 1025 px */

@media only screen and (min-width: 1025px) {

 
   #scalaiframe{
      width:550px; 
      height:550px;
      border:none;
	 
   }

   #marche{
      padding-top:60px; 
      padding-left:20px;
   }
 }