.swiper-container {
  /*height: 250px;*/
  height: auto;
  /*height: 200px;*/
  overflow: hidden;
  margin: 20px 0 30px 0;
  width: 100%;
}
.swiper-container .item {
  height: 250px;
  color: #504f4f;
  height: auto;
}
.swiper-container .item .enterprise-section-title {
  font-size: 30px;
  line-height: 32px;
}
.swiper-container .swiper-slide {
  background-size: cover;
  position: relative;
}
.swiper-container .swiper-slide:hover .galcar-over {
  top: 0;
}
.swiper-container .swiper-slide .galcar-over {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 20px 10px 10px;
  -webkit-transition: all 0.3s ease-in;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-in;
  /* Opera 10.5-12.00 */
  transition: all 0.3s ease-in;
  /* Firefox 16+, Opera 12.50+ */
}
@media (max-width: 768px) {
  .swiper-container .image-description {
    display: block !important;
  }
}
.image-with-hover {
  position: relative;
  overflow: hidden;
}
.image-with-hover .image-description-container {
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.image-with-hover .image-description-container .subsection-container {
  height: 100%;
}
.image-with-hover .image-description-container .image-description {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.image-with-hover:hover {
  cursor: grab;
}
.image-with-hover:hover .image-description-container {
  -webkit-transition: all 0.3s ease-in;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-in;
  /* Opera 10.5-12.00 */
  transition: all 0.3s ease-in;
  /* Firefox 16+, Opera 12.50+ */
  top: 0;
}
