.mv_bnr {
  position: absolute;
  top: 30vw;
  right: 0;
  z-index: 100;
  width: 40%;
}
.mv_bnr img {
  max-width: 100%;
}

.insta_wrap {
  padding-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  position: relative;
}
.insta_wrap iframe {
  pointer-events: none;
}

a.cover_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 780px) {
  .mv_bnr {
    top: calc(100vh - 65vw);
  }
}/*# sourceMappingURL=HPM.css.map */