body{
    font-family: 'db_helvethaica';
    font-smooth: initial;
}

figure.cover {
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cover .img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

figure.cover-identification {
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cover-identification .cover-team{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.item-list {
    margin: 0;
    padding: 0;
}

.item-list > li {
    list-style: none;
    float: left;
}

.item-list:before,
.item-list:after {
    content: " ";
    display: table;
}

.item-list:after {
    clear: both;
}

figure.cover {
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

figure.cover img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a:hover {
    text-decoration: none;
}