.custom-gallery-grid-row{display:flex;flex-wrap:wrap;justify-content:space-between;height:360px}.custom-gallery-grid_first-column{width:50%;height:100%;padding-right:15px}.custom-gallery-grid_second-column{width:50%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px}.custom-gallery-grid_second-column .custom-gallery-item{overflow:hidden}.custom-gallery-item{position:relative;transition:.3s}.custom-gallery-item:hover::after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:rgba(0,0,0,.2);cursor:pointer;overflow:hidden}