.fr-white-zero {
	background: transparent;
	padding: 0;
    margin: 0;
}

.fr-white {
	background: rgba(255,255,255,0.75);
	padding: 3px 0 33px 0;
    margin: 10px 0 0 0;
}

/* responsive frames and objects */
.embed-container {

	margin: 3% auto 0 auto;
	position: relative;
	padding-bottom: 51%; /* 56.25% 16/9 ratio */
	max-width:92%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
/*
	top: 25px;
*/

	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-style:none;
}
