/* 
    Created on : Mar 3, 2016, 5:07:14 PM
    Author     : martin
*/

body {
    background-color: rgb(113, 121, 123);
}

.container {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 20px;
}

.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%;
}