.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Отношение сторон 16:9 */
    height: 0;
    max-width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scale: 1.03;
}




.modal-vidhead-block-image {
    height: max-content;
}

.modalvidhead_video_modal .modal-body {
    position: relative;
    background-color: var(--bs-dark);
}

.modalvidhead_video_modal .modal-content {
    background: transparent;
    border: none;
}

.modalvidhead_video_modal .modal-footer {
    border-top: none;
    justify-content: center;
}

.modalvidhead_video_modal .modal-footer p {
    text-shadow: 0 0 4px black;
}

.modalvidhead_video_modal .btn-close {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 0 0 0 0.8rem;
    background-color: var(--bs-light);
    filter: none !important;
    opacity: 0.8;
}

.modalvidhead_video_modal .btn-close:hover {
    opacity: 1;
}