.n-o-video-section {
  .video-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--global-item-gap);
  }

  .play-btn {
    height: 100px;
    width: 100px;
    border: none;
    @media screen and (max-width: 768px) {
      height: 60px;
      width: 60px;
    }
    circle {
      fill: var(--brand-blue);
    }
    path {
      fill: var(--brand-white);
    }
  }
}
