#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title {
    background:  rgba(0, 0, 0, 0.5);
    width: 91%;
    padding: 5px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 12px;
    color: #FFF;
    font-size: 14px;
}
.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
    position: relative;

    /* .title {
        position: absolute;
        bottom: 0;
        padding: 6px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #fff;
        text-align: center;
    } */
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    /* width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out; */
}


.transition {
    /* -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); */
}

.modal-header {

    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}