/* your styles go here */
.owl-packages {
    padding: 0;
    margin-bottom: 20px;
}

.owl-packages .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.packages .package .price h2 {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -10px;
}

.box-image-text .content h4 {
    line-height: 1;
    min-height: 57px;
}

.box-image-text .top {
    height: 200px;
}

.box-image-text .top > .image {
    width: 255px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.box-image-text .top > .image > img {
    position: absolute;
    margin: auto;
    /*min-height: 100%;
    min-width: 100%;*/
    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.author-category {
    line-height: 1.5;
    margin-bottom: 10px;
}

.author-category img {
    margin-top: -5px;
    height: 30px;
}

.text-center img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.blog-title-listview {
    font-size: 20px;
    margin-bottom: 10px;
}