*{
  text-shadow: 0 0 0.7px !important;
}
body{
  position: relative;
  width: 99vw !important;
  overflow-x: hidden;
}
body .videoOverlay{
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  
  background-position:  center;
  background-repeat:  repeat;
  background-attachment: fixed;
}
body .videoOverlay img{
  position: absolute;
  top: 0;
  right: 10em;
  height: 80vh;
  width: auto;
  z-index: -10;
  object-fit: cover;
}
.relative{
  position: relative;
}
.overlay::after{
  background: url('./images/izgara.png'), radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform: rotate(180deg);
  opacity: .2;
}
.o::after{
  background: url('./images/radius-2.png') no-repeat;
  background-size: cover;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  content: '';
  transform: rotate(180deg);
  opacity: 0.5;
}
.o::before{
  background: url('./images/radius-2.png') no-repeat;
  background-size: cover;
  position: absolute;
  width: 30%;
  height: 100%;
  top : 0;
  right: 0;
  z-index: 10;
  content: '';
  opacity: 0.5;
}