#img {
    bottom: 25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.52);
    /* margin-top: 465px; */
    width: 100%;
    /* margin-left: 45px; */
    color: #ffcb00;
}

.icon {
    clear: none;
    margin: auto;
    width: 85px;
    height: 85px;
    border-radius: 60px;
    background-color: #ffcb00;
    border: 3px solid #ffcb00;
    text-align: center;
    font-size: 50px;
    padding-top: 5px;
}

.item-icon i {
    font-size: 30px;
    margin-top: 22px;
    color: #fff;
    margin-left: 22px;
}

#imge {
    height: 180px;
}

.img_container div {
    display: inline-block;
    float: left;
    padding: 5px;
}

.fit-image {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    object-fit: cover;
}

.address {
    height: 180px;
    position: relative;
    top: 15px;
    right: 66px;
    width: 180px;
}

.seperator {
    border-bottom: 2px solid #ffcb00;
    margin: 12px auto;
}

.img_container .img_thumb {
    width: 50%;
    float: left;
}

.img_container img {
    width: 100%;
    height: 250px;
}

.article_shadow {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 30px;
    box-shadow: #ddd;
    box-shadow: 1px 1px 20px #ddd;
}

@media print {
    .action_container {
        display:none;
    }
    .article_shadow {
        padding: 10px;
        border: none;
        margin-top: 30px;
        box-shadow: none;
    }
}