.modal-video .aspect-ratio {
    position: relative;
    padding-bottom: 56.25%;
}

.modal-video iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}

