@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
@media screen and (min-width: 48.0625em) {
  .modal_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
  }
  .modal_wrapper .modalBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .modal_wrapper .btn_modalClose {
    position: absolute;
    top: -60px;
    right: -70px;
    z-index: 100;
    height: 35px;
    width: 60px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .modal_wrapper .btn_modalClose:hover {
    opacity: .7;
  }
  .modal_wrapper .btn_modalClose span {
    position: relative;
    display: block;
  }
  .modal_wrapper .btn_modalClose span:before {
    content: '';
    height: 2px;
    width: 60px;
    display: block;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 1px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .modal_wrapper .btn_modalClose span:after {
    content: '';
    height: 2px;
    width: 60px;
    display: block;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 1px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .modal_wrapper .trailerModal {
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal_wrapper .trailerModal .trailerMovie {
    position: relative;
    width: 850px;
    margin: 0 auto;
    padding-bottom: 56.25%;
  }
  .modal_wrapper .trailerModal .trailerMovie iframe {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 48em) {
  .modal_wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
  }
  .modal_wrapper .modalBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .modal_wrapper .btn_modalClose {
    position: absolute;
    top: -60px;
    right: 4%;
    z-index: 100;
    height: 35px;
    width: 40px;
    cursor: pointer;
  }
  .modal_wrapper .btn_modalClose span {
    position: relative;
    display: block;
  }
  .modal_wrapper .btn_modalClose span:before {
    content: '';
    height: 2px;
    width: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 1px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .modal_wrapper .btn_modalClose span:after {
    content: '';
    height: 2px;
    width: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 1px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
/*# sourceMappingURL=modal.css.map */