.widget_dedications {

}

.widget_dedications .widget-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.widget_dedications .widget-list,
.widget_dedications .widget-content {
    width: 100%;
}

.widget_dedications .widget-list {
    margin-bottom: 15px;
}

.widget_dedications figure {
    position: relative;
}

.widget_dedications figcaption {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px 10px;
    background: rgba(0,0,0,0.65);
    color: white;
    text-align: center;
}

@media only screen and (min-width: 960px) {

    .widget_dedications .widget-list {
        width: 40%;
        margin-left: 15px;
        margin-bottom: 0;
    }


    .widget_dedications .widget-content  {
        width: calc(58% - 16px);
    }

}