.popup{
    display: none;
}
.popup_wrapper{
    opacity: 1;
    visibility: visible;
}

.thonem-circular {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.thonem-circular img {
    width: auto;
    height: 100%;
    margin-left: -50px;
}

.grid_item .owl-lazy{
    max-height: 250px;
    width: auto !important;
    margin: 0 auto;

}
