@media (max-width: 992px) {
    #credits-title {
        width: 100%;
        height: 300px;
        position: absolute;
    }

    #credits-title::after {
        display: none;
    }

    #credits-title h1 {
        font-size: 52px !important;
        line-height: 52px!important;
    }

    #credits-content {
        top: 240px;
        left: 0;
        width: 100%;
        padding: 0 3%;
    }
}