@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 756px) and (max-height: 756px) {
 body {
  background: #fff url(/images/logo.png) center center no-repeat !important;
 }
 body * {
  display: none;
 }
}
