html{
  font-size: 0px;
}
body{
  background: #e41d13;
}
body, figure{
  margin: unset;
}
img{
  height: auto;
  width: auto;
  max-width: 100%;
}
.desktop{
  display: none;
}
@media only screen and (min-width: 1024px) {
  .mobile{
    display: none;
  }
  .desktop{
    display: unset;
  }
}
