@charset "UTF-8";

/* loader */
.icon-loading{
	text-align:center;
	background: url(../img/loader.gif) no-repeat;
	background-position: center center;
	background-size: contain;
	height: 22px;
}

/* preload loader */
body:before {
	content: url(../img/loader.gif);
	width:0px;height:0px;
	position: absolute;
}

/* top youtube */
#player iframe {
	aspect-ratio: 16 / 9;
	width:100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
