@media (min-width: 1025px) {
  .lh-twister__mobile {
    position: absolute;
    left: -999999px;
    top: -999999px;
    display: none;
    height: 0;
    width: 0;
    font-size: 0;
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
  .lh-twister__desktop {
    position: absolute;
    left: -999999px;
    top: -999999px;
    display: none;
    height: 0;
    width: 0;
    font-size: 0;
    visibility: hidden;
  }
}

.lh-twister {
  padding: 0 0 5px 0;
}