.main-compania .main-banner .banner {
  width: 100%;
}

.main-compania .main-banner .play {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.main-compania .main-banner .video-compania {
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000de;
  text-align: right;
  color: #fff;
}

.main-compania .main-banner .video-compania span {
  cursor: pointer;
  font-weight: 500;
}

.main-compania .desc>div {
  padding-top: 50px;
}

.main-compania .desc::after {
  content: "";
  height: 80%;
  width: 20px;
  background: #ff0016;
  left: 0;
  position: absolute;
  top: 5%;
}

@media only screen and (max-width: 768px) {
  .main-compania .main-banner .play {
    height: 10vw;
  }
}
