section.videoService
  @include spaceSection
  //background-color: #f2f2f2
  background-position: center
  background-repeat: no-repeat
  background-size: cover
  .content
    width: 100%
    justify-content: center
    align-items: center
    width: 85%
    margin: 0 auto
    display: block
    h1
      text-align: center
      font-size: 25px
      padding: 10% 0.7rem
      padding-bottom: 10%
    @media (min-width: 768px)
      width: 75%
    @media (min-width: 1024px)
      width: 65%
    @media (min-width: 1280px)
      width: 55%
    @media (min-width: 1440px)
      width: 50%
    @media (min-width: 1900px)
      width: 45%
    video,iframe
      width: 100%
      height: 400px
      border-radius: 10px