.five_section{
    width: 100%;
    height: 85vh;
    margin: 0;
    padding: 0%;
    padding-top: 50px;
}

.five_section h2{
  text-transform: uppercase;
  font-size: 80px; 
  margin-left: 5%;
  margin-bottom: 0%;
  padding: 1.4% 1%;
}


.five_section-gallery {
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
  width: 100%;
  height: 85%;
  font-size: 0;
  background-color: #000;
}

.five_section-gallery__item {
  display: inline-block;
  width: 20%; 
  height: 100%;
  position: relative;
  background-color: #000;
  opacity: 0.5;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.five_section-gallery__item:hover {
  cursor: pointer;
}

.gallery__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 140%;
  background-position: top center;
  margin: 0;
  z-index: 10;
}

.gallery__content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
  color: #fff;
}

.gallery__title {
  font-size: 4rem;
  font-family: 'bangers';
  margin: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

@media (max-width:768px){
    .item {
    min-width: 50%;
}

.five_section-gallery {
 
  height: 90%;
}
}