.iframe-embed-wrapper {
    position: relative;
    height: 450px;
}
.iframe-embed {
    min-height: 100%;
    width: 100%;
    border: 0;
}
@media only screen and (max-width: 800px) {
	.iframe-embed-wrapper {
		position: relative;
		height: 500px;
}
}