.videoWrapper {
  //max-width: 1320px;
  margin: auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
  &.no-bg{
    background-color: transparent;
    &::after{
      display: none;
    }
  }
  &.notBefore {
    &::before {
      padding-top: 0% !important;
    }
  }
  &__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.3;
    &.no-bg{
      background-color: unset;
    }
  }
  &__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  iframe,
  video {
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
