.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    width:50%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 90%;
    height: 80%;
    border: 3px solid rgba(57, 49, 132, 0.5);
}

section {
  background-color: #e6e6e6;
}