input, button, select, optgroup, textarea {
    margin: 10px;
    margin: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.videoWrapperOuter {
max-width:640px;
margin-left:auto;
margin-right:auto;
}

.videoWrapperInner {
float:none;
clear:both;
width:100%;
position:relative;
padding-bottom:50%;
padding-top:25px;
height:0;
}

.videoWrapperInner iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.col2 {
float: left;
padding: 5px;
width: 50%;
}

@media (max-width: 767px) {
.col2 {
width: 100%;
}
}