/* iPhone SE, iPhone 6, iPhone 6s, iPhone 7, iPhone 8 */

@media only screen and (min-width: 375px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) { 
  
   /* Hidden */
  div.rotate-device {
    display: none !important;
  }

  /* Landing Page */
  div.title h1 {
  top: 382px;
}

div.title-high h1 {
  top: 406px;
}

div.slogan p {
  top: 565px;
}

.arrow {
  top: 230px;
  left: 230px;
  transform: rotate(-45deg) scale(0.3);
}
  
  /* Thank You Page */
div.thankyou-text h2 {
  top: 28px;
  font-size: 60px;
  letter-spacing: 20px;
  }
  
div.trippysmiley .tspng {
  height: 75%;
  width: 75%;
  top: 15%;
  left: 14%;
  }
  
.designby-text a {
  top: 975px;
  font-size: 15px;
  letter-spacing: -1px;
  }
}

@media only screen and (max-width: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  
    /* Hidden */
  section.about, section.listen, section.explore, section.contact, section.thankyou, div.episode001-title, div.episode001-slug, div.episode001-tracklist, div.episode001-player, div.episode002-title, div.episode002-slug, div.episode002-tracklist, div.episode002-player, div.episode003-title, div.episode003-slug, div.episode003-tracklist, div.episode003-player {
    display: none !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  
     /* Shown on Mobile but not Desktop */
  div.rotate-device {
    display: block !important;
  }
}