.sce-banner {
  position: relative
}
.sce-banner__bg video {
  width: 100%;
  height: auto;
  vertical-align: top
}
.sce-banner__content {
  position: absolute;
  top: 61%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center
}
.sce-banner__btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  line-height: 2rem;
  text-transform: uppercase;
  min-width: 184px;
  min-height: 46px;
  padding: 8px 14px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: 0 0;
  transition: border-color .3s,background-color .3s,color .3s
}
.sce-banner__btn:focus,
.sce-banner__btn:hover {
  color: #000;
  background-color: #fff
}
.sce-banner__full {
  transition: visibility .3s,opacity .3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}
.sce-banner__full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: rgba(0,0,0,.8)
}
.sce-banner__full-vid {
  position: relative;
  z-index: 1;
  transition: visibility .3s,opacity .3s,transform .3s;
  transition-delay: .15s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px)
}
.sce-banner__full-close {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: center no-repeat transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.504 1 25.5 26M26.5 1 1 27' stroke='%23fff'/%3E%3C/svg%3E")
}
.sce-banner__full video {
  width: 100%;
  height: auto;
  max-width: 1280px;
  max-height: calc(100vh - 120px)
}
.sce-banner__full.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}
.sce-banner__full.is-open .sce-banner__full-vid {
  visibility: visible;
  opacity: 1;
  transform: none
}
@media (max-width:1279px) {
  .sce-banner__full-close {
    right: -10px
  }
}
@media (max-width:399px) {
  .sce-banner {
    height: 280px
  }
  .sce-banner__bg {
    height: 100%;
    display: flex
  }
  .sce-banner__bg video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}
/*# sourceMappingURL=sce-banner.min.css.map */
