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

@media only screen and (min-width: 414px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  
   /* Hidden */
  div.rotate-device {
    display: none !important;
  }
  
  /* Landing Page */
  div.title h1 {
  top: 435px;
  left: 20px;
}

div.title-high h1 {
  top: 459px;
  left: 139px;
}

div.slogan p {
  top: 630px;
}

.arrow {
  top: 255px;
  left: 260px;
}
  
  /* Episode 001 Play Button */
 div.episode001-player {
  left: 340px;
}
  
  /* Episode 001 Play Button */
 div.episode002-player {
  left: 340px;
}
  
  /* Thank You Page */
  div.thankyou-text h2 {
  top: 20px;
  }

div.trippysmiley .tspng {
  height: 80%;
  width: 80%;
  top: 10%;
  left: 11%;
  }
  
.designby-text a {
  top: 1070px;
  }
}

@media only screen and (max-width: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {

 /* 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: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  
     /* Shown on Mobile but not Desktop */
  div.rotate-device {
    display: block !important;
  }
}