.uncover {
    margin-top: 0 !important;
}
.planetImage {
    padding: 0;
}
.planetImage figure img {
    width: 100%;
}
.buttons.pl-4 {
    margin-top: -5%;
}
.planetImage .redirection {
    position: absolute;
    right: 38.3rem;
    top: 24.5rem;
    z-index: 2;
}
.planetImage .redirection a {
    padding: 30px 30px;
}
.img-box {
    overflow: hidden;
}
.header-blue.header a.nav-trigger {
    margin-top: -31px;
    background: #fff !important;
    border-radius: 50%;
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    width: 21px;
    height: 2px;
}
.nav-trigger span::before {
    transform: translateY(-6px);
}
.nav-trigger span::after {
    transform: translateY(6px);
}
.img-box figure img {
    transform-origin: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (max-width: 450px) {
    .planetImage .redirection {
        right: 7rem;
        top: 9.5rem;
    }
    .planetImage .buttons {
        margin: 0px auto;
        display: table;
        padding: 0 !important;
    }
    .planetImage .buttons a {
        margin: 0 5px;
    }
}
