/* very high res */
@media only screen and (min-width:1px) and (max-width:1280px) {
    .site2center { width:100%; }
}
@media only screen and (min-width:1px) and (max-width:500px) {
    .parallax-window { min-height:320px; }
}
