.section-02 {
    background: #000000;
    /* background: transparent; */
    min-height: 865px;
    position: relative;
}

.section-02--container {
    padding: 85px 20px 80px;
}

.top-page-title-and-slogan {
    display: grid;
    grid-template-columns: 280px auto;
}

.top-page-title {
    font-size: 27px;
    line-height: 29px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #FFFFFF;
}

.top-page-slogan {
    padding-top: 8px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

.section-02--title {
    text-align: center;
    margin-top: 48px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
}

.section-02--asteroids {
    width: 900px;
    height: 680px;
    background: url('../../../img/home-section-02/asteroids.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: -140px -90px;
    top: 120px;
    left: 50%;
    margin-left: 230px;
}

.section-02--rocket {
    width: 456px;
    height: 456px;
    background: url('../../../img/home-section-02/rocket.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: 0px 0px;
    top: 247px;
    left: 50%;
    margin-left: -927px;
}

.section-02--video {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 195px;
}

.section-02--video iframe {
    width: 960px;
    height: 525px;
    margin: 70px auto 0;
    display: block;
}


@media (max-width: 1024px) {
    .section-02--video iframe {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 970px) {
    .section-02--video {
        position: relative;
        top: inherit;
    }

    .section-02 {
        min-height: auto;
    }

    .section-02--asteroids,
    .section-02--rocket {
        display: none;
    }
}
