body {
  width: 100vw;
  height: 100vh;
}body {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100 */
background: rgb(10,66,78);
background: -moz-radial-gradient(circle, rgba(10,66,78,1) 0%, rgba(8,35,101,1) 100%);
background: -webkit-radial-gradient(circle, rgba(10,66,78,1) 0%, rgba(8,35,101,1) 100%);
background: radial-gradient(circle, rgba(10,66,78,1) 0%, rgba(8,35,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a424e",endColorstr="#082365",GradientType=1);

}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}