@charset "utf-8";

@import "setting";

#access{
	align-self: stretch;
	.container{
		width: 84%; margin: auto;
		max-width: 640px;
		
		iframe{
			width: 100%; height: auto;
			aspect-ratio: 4 / 3;
			background-color: #eee;
		}
	}
}

// Large devices (desktops, 992px and up)
@media (max-width: 1199.98px) {
}

// Medium devices (tablets, 768px and up)
@media (max-width: 991.98px) {
}

/// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
}


@media (max-width: 991.98px) and (min-aspect-ratio: 8/5) and (orientation: landscape) {
}
