.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container video, 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.ofw-locator-list,.ofw-locator-list ul{ 
    list-style-type: none; 
} 

.ofw-city-dropdown {
    text-transform: uppercase;
}

.ofw-hero-title {
    text-align: center;
}

.ofw-video-container {
    margin-top: 35px;
}

.ofw-video-container--title {
    text-align: center;
}

.ofw-hero-text {
    padding-top: 25px;
}

.ofw-hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 16 / 9;
}

.ofw-img-info {
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.ofw-img-info-left {
    text-align: left;
    width: 50%;
}

.ofw-hero-image {
    position: relative;
} 

.ofw-heading { 
    text-align: center; margin-top: 4rem; 
}

.ofw-logo-grid {
    max-width: 760px;
    margin: 35px auto;
}

.ofw-logo-grid img {
    text-align: center;
    margin: 0 auto;
}

.ofw-logo-grid .o-grid__col {
    text-align: center;
    margin-bottom: 25px;
}