.full-banner-container {
  width: 100%;
}

@media(min-width: 1200px) {
  .full-banner-container {
    height: calc(100vh - 246px);
  }
}

.full-banner-container img {
  height: 100%;
  width: 100%;
}

.full-video-container {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}

.full-video-container__icon {
  color: #bb2c2a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -35px;
  z-index: 1;
}

.full-video-container__volume-icon {
  color: #00b9ea;
  position: absolute;
  top: 15px;
  left: calc(100% - 60px);
  z-index: 3;
  cursor: pointer;
}

.full-video-container iframe {
  position: relative;
  z-index: 2;
}

