/* Extras */
.extras-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px solid rgba(0, 0, 0, .075);
    border-radius: 1.2rem;
    padding: 0;
    align-items: center;
    max-width: 450px;
    height: 100%;
}

.extras-card .carousel-default {
    width: 100%;
}

.extras-card .carousel {
    height: 305px;
}

.extras-card .carousel-inner {
    border-radius: 20px 20px 0 0;
}

.extras-card .body-card {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}

.extras-card .btn {
    background-color: #74a4ad;
    border-radius: 10px;
    border: none;
    padding: .5rem 2rem;
    font-size: .8rem;
    max-width: 200px;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
    .carousel-default {
        margin-top: 0;
        background: transparent;
    }
}

/* Excursions */

.video-excursions .youtube-container { 
    height: 303px; 
}

/* About us */

.map-offices-container #map-offices {
    min-height: 400px;
}

/* Hide rates */
#section-boat-rates {
    display: none;
}

.booking-form-container form select, .booking-form-container form input { color: black; }

/* Mobile videos */

@media (max-width: 769px) {
    .hero-new-xl,
    .hero-new-md {
        height: 43dvh;
    }
    .hero-new-xl .youtube-container,
    .hero-new-md .youtube-container {
        transform: scale(1.6);
    }
}

@media (min-width: 769px) {
    .youtube-container.autoplay .video-wrapper {
        padding-bottom: 30.85%;
    }
}

@media (min-width: 1200px) {
    .hero-new-md .youtube-container {
        transform: scale(1.5);
    }
}