  @charset "UTF-8";
/* CSS Document */

.panomastercontainer {
    width:100%;
    height:600px;
      
}

@media screen and (max-width: 900px){
    
  .panomastercontainer {
    height:520px;
      
    }    
  
    
}

@media screen and (max-width: 600px){
    
  .panomastercontainer {
    height:400px;
      
    }    
  
    
}


@media screen and (max-width: 400px){
    
  .panomastercontainer {
    height:225px;
      
    }    
  
    
}





.panocontainer {
    width:100%;height:100%;
    
}

