<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ipad*/
@media only screen and (min-width: 481px)  and (max-width: 1024px) {.mobile {display:none;}
}
/* ipad - landscape */
@media only screen and (min-width: 481px)  and (max-width: 1024px) and (orientation: landscape){.mainmenu{right:0px;}.content {margin-top:20%;}.style{width:130%;}
}
/* ipad portrait */
@media only screen and (min-width: 481px)  and (max-width: 1024px) and (orientation: portrait){.content {margin-top:25%;}.mainmenu{right:0px;float:left;}.style{margin-top:0px;}.slider-container {height: 113% !important;}#copyright {margin-top: 25px;}
}</pre></body></html>