.img-home {
    max-height: 40vh;
}

.col-home {
    padding: 30px 0;
    text-align: center;
}

.center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.home-modal .modal-title {
    font-family: Martel, serif;
}

.home-modal .modal-footer button {
width: 100%;
}

.home-modal .modal-footer .btn-danger {
background-color: var(--red);
}

.video-container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

@media (min-width:767px) {
    .video-container {
        width: 100%;
        height: 640;
    }
}

.img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
    
    @media (min-width:767px) {
        .video-container {
            width: 100%;
            height: 100;
        }
    }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}

.wrapper {
    margin: auto;
    height: 100%;
    width: auto;
    max-width: 100%;
    border: 0.1em solid rgb(255,255,255);
    border-radius: 0em;
    align-items: center;

    overflow: hidden;
    background-size: cover;
    background-position: center center;
}