/* Location */

/*Force Parkopedia iframe to be longer on Smartphones */

@media only screen and (max-width: 640px) {
 #parkopedia_iframe {
    height: 175vw !important;
    }
}
