.container{
  padding-bottom: 0;
}

.event-about__wrap{
  display: flex;
  flex-direction: column;
}

.event-about__wrap img {
  width: 100%;
}

.event-about__box {
  display: flex;
  position: relative;
}

.event-about__section{
  display: flex;
}

.event-about video {
  width: 100%;
}

.event-about__sound {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 25px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url("https://cdn.louisclub.com/static/fr/img/specialty/20200911/sound_off.png") no-repeat center center/contain;
  text-indent: -9999px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.event-about__sound.is-active {
  background: url("https://cdn.louisclub.com/static/fr/img/specialty/20200911/sound_on.png") no-repeat center center/contain;
}
/*# sourceMappingURL=about.css.map */