/* 19 Rotate
----------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) and (orientation: portrait) {
body {
display: none;
background: url(../img/rotate.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
background-attachment: fixed;