.modal-dialog {
    max-width: 800px;
    margin: 180px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}


/* Video player */

.video-player {
    display: flex;
    flex-direction: column;
}

.video-player.small {
    flex-direction: row;
    max-width: 550px;
}

.video-player.small .thumpnail-video {
    position: relative;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 110px;
    flex: 1;
    margin-right: 16px;
}

.video-player.small .thumpnail-video img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.thumpnail-video:hover {
    cursor: pointer;
    opacity: .8;
}

.thumpnail-video .icon-play {
    color: white;
    opacity: .6;
    font-size: 3.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.46);
}

#text-video-player {
    color: #DE0032;
}

#text-video-player-out {
    display: flex;
    color: var(--bs-heading-color);
}

.interview-video-text {
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .modal-dialog {
        margin: 80px auto;
    }
}

@media screen and (min-width: 1600px) {
    .modal-dialog {
        margin: 180px auto;
    }
}