.sb-video-modal-trigger a, .sb-video-modal-trigger button {
  cursor: pointer;
}

body.sb-modal-open {
  overflow: hidden;
  pointer-events: auto;
}

.sb-video-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 75px 75px;
}
@media (max-width: 1024px) {
  .sb-video-modal {
    padding: 150px 40px 40px;
  }
}
@media (max-width: 768px) {
  .sb-video-modal {
    align-items: flex-start;
    padding-top: calc(150px + 5vh);
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sb-video-modal .sb-video-modal__close-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body.admin-bar .sb-video-modal .sb-video-modal__close-wrap {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .sb-video-modal .sb-video-modal__close-wrap {
    top: 46px;
  }
}
.sb-video-modal .sb-video-modal__close {
  all: unset;
  width: 50px;
  height: 50px;
  background-color: rgba(232, 204, 0, 0.4);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.sb-video-modal .sb-video-modal__close:hover {
  background-color: rgb(232, 204, 0);
}
@media (max-width: 1024px) {
  .sb-video-modal .sb-video-modal__close {
    background-color: rgba(232, 204, 0, 0.75);
  }
}
@media (max-width: 500px) {
  .sb-video-modal .sb-video-modal__close {
    width: 40px;
    height: 40px;
  }
}
.sb-video-modal .sb-video-modal__close-line {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70%;
  height: 2px;
  background-color: #000000;
}
.sb-video-modal .sb-video-modal__close-line--1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sb-video-modal .sb-video-modal__close-line--2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sb-video-modal .sb-video-modal__backdrop {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.sb-video-modal .sb-video-modal__backdrop:hover + .sb-video-modal__close-wrap .sb-video-modal__close {
  background-color: rgba(232, 204, 0, 0.6);
}
.sb-video-modal .sb-video-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 73%;
  width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .sb-video-modal .sb-video-modal__inner {
    max-width: 100%;
  }
}
.sb-video-modal .sb-video-modal__video-wrap {
  width: 100%;
}
.sb-video-modal .sb-video-modal__video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/*# sourceMappingURL=video-modal-widget.css.map */
