.article_content {
    height: auto;
    max-height: 900px;
    margin-top: 36px;
    position: relative;
}

.article_content img {
    height: 100%;
    width: 100%;
}

.go_Img {
    position: absolute;
    left: 24px;
    top: 10%;
    z-index: 12;
    padding: 12px;
}

.go_Img small {
    height: 23px;
    font-size: 30px;
    float: left;
    font-weight: bold;
    color: #FFFFFF;
}


.go_Img a img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.go_Img .details_btn {
    border-radius: 4px;
    margin: 8px 0px 0 50px;
    height: 30px;
    width: 140px;
    float: left;
    display: block;
    background-color: #fff;
    color: #008DD1;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.details_btn:hover {
    color: #fff;
    background-color: #008DD1;
}

@media screen and (max-width:560px) {
    .go_Img .details_btn {
        margin: 8px 0px 0 30px;
    }


}