/* iPhone 12, iPhone 12 Pro */

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

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