body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 800px) {
  body, html {
    display: block;
  }
}

.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background-image: url('zagerij.jpg'); */
  background-position: center;
  background-size: cover;
  background-color: #000;
  /* filter: blur(5px); */
}

/* .background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, rgba(87,87,100,0.8) 0%, rgba(0,0,0,0) 100%);    
}

.background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(270deg, rgba(87,87,100,0.8) 0%, rgba(0,0,0,0) 100%);    
}

body:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(87,87,100,0.8) 0%, rgba(0,0,0,0) 100%);
}

body:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, rgba(87,87,100,0.8) 0%, rgba(0,0,0,0) 100%);
} */
#video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  line-height: 1;
}

@media (max-width: 800px) {
  #video-container {
    min-width: 100%;
  }
}
#vimeo-video {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: url('https://your-domain.com/path-to-play-button-icon.png') no-repeat center center; */
  background-size: contain;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
}

#play-button.hidden {
  display: none;
}

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