/*.content {
    width: 100%;
    margin: 0px auto;
}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
			
.embed-container iframe {
    width: 101%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
.content {
    width: 100%;
    margin: 0px auto;
}

.embed-container {
    height: 0;
    width: 100%;
    margin-top: -6%;
    padding-bottom: 40%;
    overflow: hidden;
    position: relative;
}
   
.embed-container iframe {
    width: 101%;
    height:40em;
    position: absolute;
    top: 0;
    left: 0;
}