/* iPhone X, iPhone Xs, iPhone 11 Pro, iPhone 12 mini */

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

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