section.bannerAbout
  @include bannerSection
  @media (max-width: 700px)
    background: rgba(0, 0, 0, 0.9)
    .info
      background: transparent !important
  @media (max-width: 700px)
    p,h1
      text-align: justify
      color: #fff !important
    h1
      text-align: center !important
      width: 100%
  p span
    color: $yellow
  iframe
      height: 550px
      @media (max-width: 700px)
          height: 250px
          border-radius: 10px
          width: 90%
          margin-top: 25px
          margin-left: 5%
  @media (min-width: 1280px)
    iframe
      width: 55%
      height: 550px
  @media (min-width: 1440px)
    iframe
      width: 60%  
      height: 80vh