/* Reorganized from wwwroot/css/responsive/content-pages.css. */


@media (max-width: 767.98px) {

    .airport-list-page .featured-airport-img,
.airport-detail-page .featured-airport-img {
        min-height: 300px;
        height: 300px;
    }

    .airport-detail-page .thumb-img {
        width: 70px;
        height: 50px;
    }

    .airport-list-page .card-body {
        padding: 1.25rem;
    }

    .airport-list-page .btn-site-primary,
.airport-detail-page .btn-site-primary {
        width: 100%;
    }
}
