.go-background-video {
  position: relative;
  max-width: 100% !important;
  width: 100%;
  box-sizing: border-box;
}
.go-background-video .go-slider-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.go-background-video .go-slider-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.go-background-video .go-slider-container .go-slider-wrapper {
  display: flex;
  align-items: center;
  width: calc(100% + 100vw * 2);
  transform: translateX(-100vw);
  overflow-x: hidden;
}
.go-background-video .go-slider-container .go-slider-wrapper .go-slider-slides {
  transition: all 0.3s ease;
  width: calc(100% - 100vw * 2);
  position: relative;
  display: flex;
  touch-action: auto;
  left: 0;
  transform: translate3d(calc(0% + 100vw), 0px, 0px);
}
.go-background-video .go-slider-container .go-slider-wrapper .go-slider-slides > * {
  flex: 0 0 100%;
  max-width: none !important;
}
.go-background-video .go-background-video-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  max-width: 100% !important;
}
.go-background-video .go-video-background-content--with-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.go-background-video .wp-block-group {
  width: 100%;
  height: 100%;
}
.go-background-video .wp-block-group .wp-block-image {
  width: 100%;
  height: 100%;
}
.go-background-video .wp-block-group .wp-block-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.go-background-video .go-background-video-start,
.go-background-video .go-background-video-pause {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.go-background-video .go-background-video-start img,
.go-background-video .go-background-video-pause img {
  display: block !important;
  max-height: 100%;
  object-fit: contain;
  margin-top: -96px;
  margin-left: -96px;
}
.go-background-video:hover .go-background-video-pause {
  visibility: visible;
  opacity: 0.9;
}
.go-background-video.paused .go-background-video-start {
  visibility: visible;
  opacity: 0.7;
}
.go-background-video.paused:hover .go-background-video-start {
  visibility: visible;
  opacity: 0.9;
}
.go-background-video.paused:hover .go-background-video-pause {
  visibility: hidden;
  opacity: 0;
}

/*# sourceMappingURL=block.css.map */
