/* Vimeo and YouTube video accomodation */
.videoWrapper {
    position: relative;
    padding-bottom: 53.1%;
    padding-top: 25px;
    height: 0;
    border: 2px solid #ACACAC;
	}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}