

.marbles-page{
    padding-top: 120px;
    padding-bottom: 60px;
}

.marbles-page .row div{
    position: relative;
}

.marbles-page .row div img{
    height: 250px;
    width: 200px;
    cursor: pointer;
}

.marbles-page .row div .title{
    position: absolute;
    bottom: 0;
    left: -1px;
    color: rgb(0, 0, 0);
    padding: 7px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
