.movie_floationgBannerBlock {
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 99 !important;
  width: 60%;
  max-width: 400px;
}
@media screen and (max-width: 786px) {
  .movie_floationgBannerBlock {
    bottom: 160px;
  }
}
.movie_floationgBannerBlock .movie_floationgBanner-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -18px;
  background-color: #000;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 5px 5px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
}
.movie_floationgBannerBlock .movie_floationgBanner-close > span {
  width: 52%;
  height: 0.1em;
  background: #fff;
  border-radius: 2px;
  position: relative;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.movie_floationgBannerBlock .movie_floationgBanner-close > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.js_close {
  display: none;
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-video-container {
  height: 70vh;
  width: 100%;
}/*# sourceMappingURL=modaal-movie_floationgBanner.css.map */