html, body {
	background-color: #ff99ca;
	height: 100%;
	min-height: 100%;
	
}

.container {
	background-color: white;
    width: 66%;
	min-height: 100%;
}

.inner-cont {
	margin: 5% 10% 5% 10%;
}

.container-b {
	position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
