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

#first {
    width: 48%;
	min-width: 330px;
    float:left; /* add this */
	padding: 4px;
}
#second {
	width: 48%;
	min-width: 330px;
    float: left; /* add this */
	padding: 4px;
}
