.mobcollections h4 {
    margin-bottom: 5px;
}

.mobcollections {
    padding-bottom: 5px;
    padding-left: 5px;
}

.mobcollections_img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}