.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%;
}

div.notice {
    margin-top: 0 !important;
}

div.notice div {
    text-align: center;
}

div .notice div .fa {
    color: #9c8717 !important;
}