<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.move{display: flex;justify-content: center;margin: 2em 0;flex-wrap:wrap;justify-content:flex-start;}
.youtube {position: relative;padding-bottom: 56.25%;padding-top: 5px;height: 0;overflow: hidden;}
.youtube iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.movecontent{display: block;width: 46%;margin: 1em;font-size: .8em;}

@media (min-width:320px) and (max-width:728px) {
	.movecontent{width:100%; margin:0 0 1em .3em;}
}</pre></body></html>