.infobox {
    background-color: #fff;
    position: relative;
    padding: 0;
    width: auto;
}
.infobox-inner {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    height: 239px;
    padding: 15px;
    position: relative;
    width: 260px;
}
.infobox-image {
    background-size: cover;
    background-position: center center;
    border-radius: 3px 3px 0px 0px;
    height: 170px;
    margin: -15px -15px 0px -15px;
    position: relative;
}
.infobox-title {
    position: relative;
}
.infobox-title h2,
.infobox-title .comment-reply-title {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    margin: 13px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    white-space: nowrap;
}
.infobox-title h2 a,
.infobox-title .comment-reply-title a {
    color: #363636;
}
.infobox-inner .close {
    background-color: #444;
    border: 0px;
    border-top-right-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    line-height: 18px;
    opacity: 1;
    padding: 3px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-shadow: none;
    top: 0px;
    transition: all linear .12s;
    width: 26px;
    z-index: 999;
}
.infobox-inner .close:hover {
    background-color: #fff;
    color: #363636;
}
.infobox-city {
    color: #b8b8b8;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
}