#contact{
width: 100%;
margin: 0;
padding: 0;
}

#contact #left{
width: 40%;
float: left;
}

#contact #right{
width: 60%;
float: right;
}

/* RESIZING YOUTUBE VIDEO SIZE SO IT'S RESPONSIVE  */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* RESIZING CONTACT FORM 7 FIELDS  */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
       width: 85%;
}