/* CSS Document */

/*when browser goes below 420px wide, the top nav wraps - so add more padding on top to accomodate*/
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {


.mobile-main-title {display:block;font-size:.7em;color:#fff; font-weight:normal;}
.mobile-main-title::after {
    content: ": ";
}
.videoListing{
 max-height:300px;
 overflow:scroll; 
}


}

