.kaluga-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.kaluga-slider__image {
  position: relative;
  display: block;
  height: auto;
  will-change: transform;
}

.kaluga-slider__canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

h2 {
  text-align: center;
  font-weight: 400;
}

#kaluga-video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.main-cover .title .tabs a.tab.underline {
  background: rgba(255,255,255,.6);
}

.main-cover .title .tabs a.tab.underline:hover {
  background: rgba(255,255,255,.8);
}

@media (max-width: 880px) {
  .main-cover {
    background-position: 86% 0;
    background-size: auto 112% !important;
  }
}