.content {
    width: 100%;
    margin: 0px auto;
}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 33.25%;
    overflow: hidden;
    position: relative;
}
			
.embed-container iframe {
    width: 101%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-contact.link-hover-black {
    text-align: right;
}