video.backdrop {
    object-fit: cover;
}

.main-content {
    position: absolute;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 560px;
}

.main-content h1 {
    text-shadow: 0px 0.9px 2px #000000A8;
}

.main-content p {
    margin-bottom: 40px;
}

.contact-button {
    margin: 0;
    width: 100%;
    max-width: min(228px, 90%);
}

.location-wrap {
    flex-direction: column;
}

.location-wrap > .sli-locations {
    width: 100%;
    margin: 25px auto;
}

.location-tile {
    margin-bottom: 24px;
}

.location-tile div,
.location-tile p {
    color: #123156;
    font-size: 16px; line-height: 24px;
}

.location-map {
    flex: 7;
    width: 100vw; height: 140vw;
    margin: 0 0 -52px 0;
    overflow: hidden;
    padding: 0;
    z-index: 0;
}

.location-map iframe {
    width: 100%; height: 140vw;
    top: -56px;
    position: relative;
}

@media (min-width: 768px) {
    .location-wrap {
        flex-direction: row;
    }

    .location-map {
        width: 100%; height: 914px;
        margin: 0;
        margin-right: calc(-1 * ((100vw - 100%) / 2));
        padding-left: 20px;
    }

    .location-map iframe {
        height: calc(100% + 56px);
    }

    .location-wrap > .sli-locations {
        margin: 0;
        width: 30%;
    }
}