
.frame-container {
    position: relative;
    padding-bottom: 75%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.frame-container iframe,
.frame-container object,
.frame-container embed {
    position: absolute;
    top: 0;
    left: 2.5%;
    width: 95%;
    height: 100%;
	border: none;
}

html, body {
    max-width: 95%;
    overflow-x: hidden;
}

html, a {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
}