@media only screen and (max-width: 768px) {
    .wrapper > .actions {
        top: 4px;
        left: 4px;
        border-radius: 4px;
        padding: 14px;
    }
    .wrapper > .actions h5 {
        font-size: 16px;
    }
    .lbl-category span {
        font-size: 14px;
    }
    .info-box.media .image {
        /*width: 380px;*/
        /*height: auto;*/
        /*min-height: 300px;*/
        width: 100%;
        height: 100%;
    }
    .info-box span {
        display: block;
        margin-bottom: 3px;
    }
    .info-box .videos video {
        height: 170px;
    }
}
