.component-youtube {
  .thumb-wrap {
    cursor: pointer;
    position: relative;

    .img {
      width: 100%;
      position: relative;
      z-index: 1;
    }
  }

  .ovl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.8);
    z-index: 2;

    h4 {
      margin: 0;
      font-size: 22px;
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: normal;
    }

    img {
      width: 60px;
    }
  }

  &.size-small .ovl {
    h4 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    img {
      width: 40px;
    }
  }

  iframe {
    // width: 100%;
    background-color: #f9f9f9;
  }
}
