.cb-gallery {

}
.cb-gallery .thumb {


}
.cb-gallery .thumb > a {

}
.cb-gallery .thumb > a img {
    width: auto;
}

.cb-gallery .thumb .title {
    color: #515151;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal-headers {
    position: relative;
}
.modal-headers button {
    background: red;
    padding: 0px;
    width: 32px;
    height: 32px;
    top: -12px;
    right: -16px;
    font-size: 18px;
    z-index: 999999999;
    color: #000;
    position: absolute;
    border-radius: 100px;
}
.wpro-gallery .thumbnail img {
    width: 100%;
}
.wpro-gallery .thumbnail:before {
    font-family: 'FontAwesome';
    content: '\f01d';
    color: #fff;
    font-size: 5em;
    opacity: 0.75;
    position: absolute;
    top: 19%;
    left: 41%;
}
.wpro-gallery .thumbnail:hover:before {
    opacity: 0.75;
    color: #0c5da5;
}