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

@media screen and (min-width: 960px) {
html,
body {
  height: 100%;
  overflow: hidden;
}
}

iframe {
	width: 1066px;
	height: 600px;
}

@media screen and (max-width: 960px) {

	.ngg-gallery-thumbnail {
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.ngg-gallery-thumbnail iframe {
		width: 100%;
		height: 100%;
	}

}