.gardensun-photo-wall {
  padding: 0;
}


.gardensun-photo-wall .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gardensun-photo-wall .main-image {
  width: 100%;
  min-height: 400px;
  max-height: 510px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gardensun-photo-wall .gardensun-video-content{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);  min-width: 800px;
  text-align: center;
}

.gardensun-photo-wall .gardensun-video-title{
  color: #F6F5F1;
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 152.174% */
  white-space: nowrap;
}

.gardensun-photo-wall .gardensun-video-description{
  color: #F6F5F1;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.gardensun-photo-wall .gardensun_banner_actions{
  margin-top: 40px;
}

.gardensun_banner_btn:hover:hover svg path{
  fill: var(--color-primary);
}

@media screen and (max-width: 576px) {
  .gardensun-photo-wall .gardensun-video-content{
    min-width: auto;
    width: 100%;
  }
  .gardensun-photo-wall .gardensun-video-title {
    font-size: 36px;
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 768px){
  .gardensun-photo-wall {
      padding: 60px 0;
  }
}
