.title {
    margin-bottom: 5px
}

.multimedya .thumb .imagePanel {
    border: 30px solid #f2f2f2
}

.multimedya .thumb .imagePanel::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    background-color: #150e0c;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: -49px;
    border-radius: 30px;
    border: 4px solid #fcfcfc;
    transition: background-color 300ms
}

.multimedya .thumb .imagePanel:hover {
    box-shadow: 0 0 10px #888
}

.multimedya .thumb .imagePanel:hover::before {
    background-color: #2035bc
}

@media(max-width:991px) {
    .multimedya .thumb .imagePanel {
        border: 20px solid #f2f2f2
    }

    .multimedya .thumb .imagePanel::before {
        top: -36px;
        height: 32px;
        width: 32px
    }
}