.atr-article-content > .mw-article-head-image {
    height: 500px;
    min-height: 500px;
    width: 100%;
    margin-bottom: 12px;
}
.atr-article-content > .mw-article-head-image > picture > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.atr-article-content > .mw-image-info {
    width: 100%;
    margin-bottom: 36px;
}
.atr-article-content > .mw-image-info > .mw-image-description {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #6E6E6E;
}
@media screen and (max-width: 792px) {
    .atr-article-content > .mw-article-head-image {
        min-height: unset;
        height: 250px;
        max-height: 250px;
    }
    .atr-article-content > .mw-image-info > .mw-image-description {
        line-height: 14px;
    }
    .atr-article-content > .mw-image-info {
        margin-bottom: 30px;
    }
}