.article-detail img, figure img {
    width: 100% !important;
    height: auto !important;
}

.article-preview {
    width: 100%;
    position: absolute;
    z-index: 100;

}

.article-preview p {
    width: 200px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    align-items: center;
    opacity: 1 !important;
    background: red;
    color: white;
    float: right;

}
