#project_header {
  width: 100%;
  height: auto;
  padding: 0 0 8% 0;
  position: relative;
  overflow: hidden;
}

.projectTitle {
  width: 70%;
  height: auto;
  padding: 0 10% 0 10%;
  position: relative;
  overflow: hidden;
  text-align: right;
  margin: 0 auto;
}

.projectTitle h1 {
  font-size: 70px;
}

.projectTitle h1 {
  font-size: 40px;
}

.projectCover {
  width: 70%;
  height: auto;
  padding: 0 10% 5% 10%;
  position: relative;
  overflow: hidden;
  text-align: right;
  margin: 0 auto;
}

.projectCover img {
  max-width: 100%;
  height: auto;
}

.projectDescription {
  width: 70%;
  height: auto;
  padding: 0 10% 5% 10%;
  position: relative;
  overflow: hidden;
  text-align: justify;
  margin: 0 auto;
}

.projectDescription p {
  font-size: 16px;
}

/* Galeria */
#project_gallery {
  width: 100%;
  height: auto;
  padding: 0 0 8% 0;
  position: relative;
  overflow: hidden;
}

.galleryContainer {
  width: 50%;
  height: auto;
  padding: 0 10% 5% 10%;
  position: relative;
  overflow: hidden;
  text-align: justify;
  margin: 0 auto;
}

.item {
  width: 100%;
  height: auto;
  text-align: center;
}

.item {
  max-width: 100%;
  height: auto;
}
/*  */

/* YOUTUBE VIDEO */
#project_gallery {
  width: 100%;
  height: auto;
  padding: 0 0 8% 0;
  position: relative;
  overflow: hidden;
}

.youtubeContainer {
  width: 70%;
  height: auto;
  padding: 0 10% 5% 10%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
/*  */

/* Responsive */
@media (max-width: 980px) {
  #project_header {
    padding: 20% 0 8% 0;
  }
}

@media (max-width: 600px) {
  .projectTitle {
      width: 100%;
      padding: 0 10% 0 10%;
  }
  .projectCover {
      width: 100%;
      padding: 0 10% 5% 10%;
  }
  .projectDescription {
    width: 100%;
    padding: 0 10% 5% 10%;
  }

  .galleryContainer {
      width: 100%;
      padding: 0 10% 5% 10%;
  }

  .youtubeContainer {
      width: 100%;
      padding: 0 10% 5% 10%;
  }
}

@media (max-width: 500px) {
  .projectTitle h1 {
      font-size: 25px;
  }
  .projectTitle h2 {
      font-size: 18px;
  }
  .projectDescription p {
      font-size: 15px;
  }
}

@media (max-width: 400px) {
  .projectTitle h1 {
      font-size: 20px;
  }
  .projectTitle h2 {
      font-size: 15px;
  }
  .projectDescription p {
      font-size: 14px;
  }
}
/*  */
