.uslecce-program-banner,
.first-top-bar {
    display: none;
}

.giovanili-big-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.giovanili-big-wrapper .homme {
    padding: 50px 0;
}
.giovanili-big-wrapper .player_info {
    /* display: none; */
}
.giovanili-big-wrapper .navxtBreads {
    margin-bottom: 0 !important;
}
.giovanili-wrapper {
}
.giovanili-wrapper .box {
}

.youth-palmares-page {
    text-align: justify;
}
.youth-palmares-page figcaption {
    font-weight: bold;
    color: #000 !important;
}

.team-wrapper {
    position: relative;
}
.team-wrapper:hover .youth-menu-over {
    display: flex;
}
.team-wrapper .youth-menu-over {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 25px;
    background-color: rgba(1, 32, 44, .6);
    /* background: rgba(237, 191, 89, .5); */
}

.team-wrapper .youth-menu-over {
    /*display: flex;*/
    align-items: center;
}
.team-wrapper .youth-menu-over > div {
    width: 100%;
}

.team-wrapper .youth-menu-over a {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #022b3b;
    color: #ffffff;
    /*
    background-color: #edbf59;
    color: #022b3b;
    */
    font-family: "Oswald";
    font-size: 22px;
    margin: 5px 0;
}


@media only screen and (max-width:990px) {
    .youth-palmares-page .rev-on-mobile {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }
}

.youth-back-link {
    color: #022b3b;
    margin-top: 30px;
    margin-bottom: 25px;
}