.Featured {
    position: relative;
    overflow: hidden;
}

.Featured figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.Featured img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease-in-out;
}

[data-bg-url] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.News .Scale,
.Article .Image,
.Publication .Image {
    width: 100%;
    height: 100%;
}