.gallery-filter li a.active, .gallery-filter li a:hover {
    color: #111;
    border-color: #e6e6e6;
    background-color: transparent;
}

.gallery-filter li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
    color: #777;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
}

/*

.hotelid_easygallery {
   line-height:0;
   -webkit-column-count:2; /* split it into 5 columns */
   -webkit-column-gap:15px; /* give it a 5px gap between columns */
   -moz-column-count:2;
   -moz-column-gap:15px;
   column-count:2;
   column-gap:15px;
}


.hotelid_easygallery img {
   width: 100% !important;
   height: auto !important;
   margin-bottom:15px; /* to match column gap */
}

@media (max-width: 1200px) {
   .hotelid_easygallery{
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 1000px) {
   .hotelid_easygallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 800px) {
   .hotelid_easygallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}


@media (max-width: 400px) {
   .hotelid_easygallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}

*/



.hotelid_easygallery { /* Masonry container */
     display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.hotelid_easygallery img {
    width: 45%;
  height: auto;
  flex: 2 1 45%;
   margin: 10px;
}
@media (max-width: 767px) {
	.hotelid_easygallery img {
    width: 95%;
  height: auto;
  flex: 1 1 95%;
   margin: 10px;
}
}	