@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
 
  #osx-container, #osx-overlay{
  display: none!important;
 }
  #iphone {
    display: block;
    padding: 1rem;
  }
  #iphone h3 {
    font-size: 2.2rem;
    line-height: 2rem;
    text-align: center;
    padding-top: 10%;
  }
  .frame {
    display: none;
  }
  p{
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
   #osx-container, #osx-overlay{
  display: none!important;
 }
 
  #iphone {
    display: block;
    padding: 1rem;
  }
  #iphone h3 {
    font-size: 2.2rem;
    line-height: 2rem;
    text-align: center;
    padding-top: 10%;
  }
  .frame {
    display: none;
  }
  p{
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8rem;
  }
}


/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
