.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: auto;
  padding: 5px;
  height: 50px;
  margin-bottom: 15px;
  overflow-y: hidden;
}

.gallary_outer_container img {
  max-width: 100%;
  height: auto;
}

.gallary_outer_container {
  margin: 15px 0;
}

.card-columns {
  column-gap: 0.75rem !important;
}

.gallery-section {
  margin-top: 15px;
}


/* on hover animation starts */
.meetup .card-columns .card{
  overflow: hidden;
  margin-bottom: 6px;
}
.meetup .card img{
overflow: hidden;
transform-origin: 50% 65%;
transition: transform 3s, filter 3s ease-in-out;
}
.meetup .card:hover img {
transform: scale(1.5);
}
/* on hover animation ends */


@media only screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .EventTitle {
    position: absolute;
    top: -45px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 285px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .gallery-section {
    margin-top: 50px;
  }
  .EventTitle {
    position: absolute;
    top: -45px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 285px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 640px) and (orientation: landscape) {
  .EventTitle {
    position: absolute;
    top: -52px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 285px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .EventTitle {
    position: absolute;
    top: -52px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 68%;
  }
}
