﻿#data-pagination .item-city {
    min-height: 280px;
}

.guide-city-list > li .media {
    padding: 0;
    min-height: calc(180px + 81px);
}

.guide-city-list > li .media  .buttons a.btn-explore {
    padding: 5px 10px;
}

.guide-city-list > li .media  a {
    padding: 0;
    width: 100%;
}

.guide-city-list > li .media  a.btn {
    padding: 5px 10px;
}

.guide-city-list > li img {
    width: 100%;
    position: unset;
    transition: width .5s, height .5s, top .1s, left .1s;
    height: 180px;
    min-height: 180px;
    object-fit: inherit;
}

.guide-city-list .media-body {
    position: unset;
    display: block;
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 480px) {
    #data-pagination .item-city {
        min-height: 350px;
    }

.guide-city-list > li img {
    height: 250px;
    min-height: 250px;
}
}
