<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width : 800px) {
  #body.theme-1.live-body section#home header#header div#logo {
    text-align: center;
  }

  #upsell .btns .wrap-bt a img{
    height: 47px;
  }

}

@media only screen and (max-width : 768px) {

  #body.theme-1 section {
      background: no-repeat 0 50%;
  }
  #body.theme-1.live-body section#home header#header div#upsell {
      width: 100%;
      max-width: 480px;
  }
  #body.theme-1 section#home header#header div#upsell ul#buyLinks a {
      font-size: 26px;
  }
}

@media only screen and (max-width : 767px) {
  #body.theme-1.live-body section {
    min-height: 0 !important;
  }
}

@media only screen and (max-width : 480px) {

  #body.theme-1 section {
      background: no-repeat 0 50%;
  }

  #body.theme-1.live-body section {
    padding: 0;
  }

#body.theme-1.live-body section#home header#header div#upsell {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

  #body.theme-1 section#home footer#footer ul#menu a {
      font-size: 24px;
  }
  #body.theme-1 section#home footer#footer ul#menu a .fa {
    font-size: 24px;
  }
  #body.theme-1.live-body section#video #video-container #video-info #title-and-link {
    font-size: 20px;
  }
}</pre></body></html>