.headline {
    justify-content: space-evenly;
    margin: 0 -16px;
}

.headline .headline-item {
    flex-grow:1;
    margin: 16px 8px;
}

.headline .headline-item img { width:100%; }


.headline-slider-container {
	max-width: 1440px !important;
	margin: 0 auto
	}
	
@media screen and (max-width: 1600px) {
 	.headline-slider-container {
	max-width: 92% !important;
	}
}	


  
  .gallery-container1 {
  position: relative;
  margin-right: 20px;
  background-color: #8FCC93;
  border-bottom-right-radius: 30px;
  
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height:405px;
  object-fit:cover;
  transition: .5s ease;
  backface-visibility: hidden;
  
  object-position: center;
  border-bottom-right-radius: 30px;
}
.image1 {
  opacity: 1;
  display: block;
  width: 100%;
  height:305px;
  object-fit:cover;
  transition: .5s ease;
  backface-visibility: hidden;
  
  object-position: center;
  border-bottom-right-radius: 30px;
}
.middle_vweb {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}
.gallery-container1:hover .image {
  object-position: center;
  border-bottom-right-radius: 30px;
  color: #8FCC93;
  -webkit-mask-image: -webkit-gradient(linear, left top, 
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));

}
.gallery-container1:hover .image1 {
  object-position: center;
  border-bottom-right-radius: 30px;
  color: #8FCC93;
  -webkit-mask-image: -webkit-gradient(linear, left top, 
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));

}
.gallery-container1:hover .middle_vweb {
  opacity: 1 !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  color: #FFF;
}

.headline-item4 img { width:100%; }
.headline-item4 { padding: 0 20px }


 .gallery-container2 {
  position: relative;
  margin-right: 20px;
  
}

.gallery-container2:hover .image1 {
  object-position: center;
  border-bottom-right-radius: 30px;
  

}
.gallery-container2:hover .middle_vweb1 {
  opacity: 1 !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  color: #185C43;
}

.middle_vweb1 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}

.gallery-container2 .image1 {
  object-fit: contain;

}