.wrapper {
  max-width: 1540px;
  overflow: visible;
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .desktop {
    display: none !important;
  }
  
  .mobile {
    display: block !important;
  }
}