@charset "utf-8";
/* CSS Document */

.iframe_fluid {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	
    /* padding-bottom: 56.25%; */
    /* padding-bottom: 75%; */
	/* padding-bottom: 35%; */
	
	height:0;
	
	line-height:0;
	margin:0;
}

.iframe_fluid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	
	line-height:0;
	margin:0;
}

.iframe_fluid {
	height:200px;
}
.iframe_fluid, .iframe_fluid iframe {
	max-height:200px;
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width : 992px) {

.iframe_fluid {
	height:0;
}
.iframe_fluid, .iframe_fluid iframe {
	max-height:none;
}

.iframe_fluid {
    padding-bottom:104.60%;
}

}

@media only screen and (min-width : 1200px) {

.iframe_fluid {
    padding-bottom:129.94%;
}

}

@media only screen and (min-width : 1800px) {

.iframe_fluid {
    padding-bottom:108%;
}

}
