.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

 .videoWrap {
                padding-top: 56.25%;
                width: 100%;
                position: relative;
            }

            .videoWrap video {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
            }

.modal__panel .modal__contents{
	max-width: 800px;
}