/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 November 2023 16:18:51
*/


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

  #wrapper, #header, .center_container {
    min-width:481px;
    max-width:1024px;
    width:100%
  }
  
  #content {
    min-width:481px;
    max-width:1024px;
    width:100%
  }

}
