/* Phone 2 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 



/*.title-slide {*/
/*    font-size: 4rem;*/
/*    line-height: 4rem;*/
/*}*/


}

