.wrapper{
    display: flex;
    justify-content: space-around;
    flex-basis: 90%;
    flex-wrap: wrap;
}
.img-holder{
    width: 300px;
    object-position: center;
}
.img-holder img{
    cursor: pointer;
    object-position: center;
    object-fit: cover;
    height: 150px;
    width: 300px;
    border: 6px solid white;
    transition: all 1s ;
}

.lg-img-hldr {
    position: relative;
    text-align: center;
}

.top-bar {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.close-icon {
    width: 20px;
    height: 20px;
}