/* Custom CSS for additional styling */
.gallery-header {
    background-color: #f8f9fa;
    text-align: center;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 160px;
    box-shadow: var(--block-shadow);
    padding: 0px 0;
    background: #dee2e6;
    justify-content: space-evenly;
}

.gallery-header h1 {
    font-weight: bold;
    font-size: 1.8rem;
}

.gallery-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.gallery-description {
    padding: 30px;
    padding-top: 0px;
}

.find-us a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.find-us a:hover {
    text-decoration: underline;
}

.button-find-us {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}

.button-find-us:hover {
    background-color: #333;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-card video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button {
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-card video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-card video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button {
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-card video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 700px) {

    #img_responsive {
        height: 70px;
    }

}
