/* 
  -----------------------------------
  Fullscreen Slide Show
  by Project Seven Development
  www.projectseven.com
  Media Queries
  -----------------------------------
*/

@media only screen and (min-width: 0px) and (max-width: 700px) {
    
}
@media only screen and (max-device-width: 480px) and (orientation : portrait) {
    
}
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
    
}
