.gallery-card {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.gallery-card .gallery-img {
  height: 270px;
  width: 100%;
  overflow: hidden;
}
.gallery-card .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery-card:hover .gallery-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}
.gallery-card .gallery-wrapper {
  border-top: 0.8px solid rgba(151, 151, 151, 0.2);
  height: 100px;
}
.gallery-card .gallery-text {
  padding: 18px 15px;
  width: 75%;
  display: inline-block;
}
.gallery-card .awards {
  width: 100%;
}
.gallery-download-icon {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 21px 5px;
  text-align: center;
}
.gallery-card .gallery-icon {
  opacity: 0.5;
}
.gallery-card .gallery-icon img {
  width: 80px;
}
.gallery-card .gallery-text h2 {
  opacity: 0.8;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  min-height: 44px;
}
.gallery-card .gallery-text label {
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.event-head{
  padding: 0px 15px;
    padding-bottom: 25px;
}
.event-head h2{
  font-size: 20px;
  
}
.award-media .gallery-card .gallery-wrapper {
  text-align: center;
  height:170px;
}
.wheeler-solution .gallery-card .gallery-wrapper{
  height:65px;
}
.wheeler-solution .gallery-download-icon {
  padding:12px 5px;
}
/* video page */
.watch-video-icon {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 1105px) {
  .gallery-card .gallery-text {
    padding: 18px 15px;
    width: 75%;
    display: inline-block;
    min-height: 132px;
  }
}
