/* Responsive embeds (Google Maps, etc.) */

.map-container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.map-container iframe,
.map-container embed,
.map-container object {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    height: 220px;
    border: 0;
}

.map-container--location iframe,
.map-container--location embed,
.map-container--location object {
    height: 280px;
}

@media (min-width: 768px) {
    .map-container iframe,
    .map-container embed,
    .map-container object {
        height: 240px;
    }

    .map-container--location iframe,
    .map-container--location embed,
    .map-container--location object {
        height: 380px;
    }
}

/* Bootstrap ratio map (academic footer) */
.ratio iframe,
.ratio embed,
.ratio object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* Prevent footer grid columns from stretching past viewport */
footer .row > [class*="col-"] {
    min-width: 0;
}
