.cr-tutorial-box {
  &__wrapper {
    padding: 30px 34px;
    background: white;
    box-shadow: 0px 0px 40px rgba(112, 105, 89, 0.1);
    border-radius: 20px;
  }

  &__wrapper &__wrapper--active {
    background: #f8f8f8;
  }

  &__video {
    position: relative;
    margin-top: 14px;
    min-height: 250px;
    border-radius: 10px;
    overflow: hidden;
  }

  &__preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
