* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #0a0a12;
}

.page {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  line-height: 0;
}

.page img {
  display: block;
  width: 100%;
  height: auto;
}

.hot {
  position: absolute;
  display: block;
}

.mobile-hot { display: none; }

@media (max-width: 768px) {
  .desktop-hot { display: none; }
  .mobile-hot { display: block; }
}
