.galary_row{width:100%;display:flex;flex-wrap:wrap;gap:20px}.galary_column{width:49%;height:300px}.destination,.location{width:100%;height:100%}.location{position:relative}.location:after{content:"";position:absolute;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.25) 49.87%);height:100px;width:100%;bottom:0;border-radius:10px}.location img{object-fit:cover}.location:hover:after{height:100%;background-color:aqua;z-index:100000}@media only screen and (max-width:1028px){.galary_row{gap:10px;justify-content:space-between}}@media only screen and (max-width:624px){.galary_row{gap:10px}.galary_column{width:49%;height:300px}}@media only screen and (max-width:522px){.galary_column{width:48%;height:200px}.galary_column .destination .common_headings_white h4{font-size:14px}}