#infos {
    max-width: 900px;
}
#infos .medias {
    margin-bottom: var(--default-spacing);
    max-width: 900px;
}
#infos .medias li > .wrapper {
    position: relative;
    height: auto;
    padding-bottom: 50% !important;
}
#infos .medias li img {
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 768px) {
    #infos .slideshow {
    }
}
#infos .block .name {
    display: none;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
#infos .block .texts {
    display: flex;
    flex-direction: column;
}
#infos .block .text2 {
    margin-bottom: var(--default-spacing);
}

/* Texts */
#text .name {
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 900px;
}
#text .year {
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
}
#text .text {
    margin-top: 40px;
}


@media only screen and (min-width: 1024px) {
    #infos .block .texts {
        display: flex;
        flex-direction: row;
    }
    #infos .block .text {
        width: 70%;
        box-sizing: border-box;
        padding-right: calc(var(--default-spacing) * 4);
    }
    #infos .block .text2 {
    }
}

