.first-top-section-title {
    font-size: 3.2rem;
  }
  
.imggoogle-animatedimg {
  max-width: 100%;
}

.team-bg-img-hero {
  background-image: url(../img/team/gruender-zoom.jpg);
  background-size: cover;
}

.team-top-title {
  font-size: 3rem;
  font-weight: 500;
}

.relative {
  position: relative !important;
}

.team-top-title-box {
  bottom: 10px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
}

.team-top-section {
  min-height: 450px !important;
}

.video-responsive-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
  
.publicationvideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
  
  
  @media screen and (max-width: 768px) {
    .first-top-section-title {
      font-size: 1.8rem;
    }
    .btn-100-sm {
      min-width: 100%;
    }

    .team-bg-img-hero {
      background-image: url(../img/team/gruender-zoom-sm.jpg);
      background-size: cover;
    }

    .team-top-title {
      font-size: 1.8rem;
      margin-top: -4rem;
    }

    .team-top-section {
      min-height: 250px !important;
    }
  }

  @media screen and (max-width: 576px) {
    .team-top-section {
      min-height: 180px !important;
    }
  }
