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

#movie {
    text-align: center;
    margin: 20px auto 30px!important;
    padding-top: 325px;
}
.youtube-box {
    margin: 0 auto;
    margin-bottom: 70px;
}

.youtube-box .youtube-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.present img{
	margin: 10px 0 20px 0 !important;
}

.present a:hover img{
  opacity: 0.8;
  filter: present(opacity=80);
  -ms-filter: "present(opacity=80)";
}</pre></body></html>