@charset "UTF-8";

div#title { background: url(../images/access/main.jpg) center no-repeat; background-size: cover; }
div#title h1::after { content: "Access"; }
div#page iframe { width: 100%; }

@media screen and (max-width: 767px) {
div#page iframe { height: 300px; }
}

