.comics-screen .nano{
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.comics-screen .nano-content{
    position: relative;
    height:100%;
}

.pdf-cert {
    display: none;
}

@media (min-width: 1024px) {
    .pdf-cert {
        position: fixed;
        z-index: 100;
        padding: 40px 0;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: rgba(0,0,0,0.5);
        align-items: center;
        flex-direction: column;
    }
}
@media all and (min-width: 1024px){
    .pdf-cert.active {
        display: flex;
    }
}

@media all and (max-width: 1023px){
    .pdf-cert {
        padding: 20px;
        overflow-x: auto;
    }
    .pdf-cert.active {
        display: block;
    }
}

.pdf-cert-inner {
    flex-shrink: 0;
    position: relative;
    width: 794px;
    height: 1122px;
    background-color: #3198cd;
}

.pdf-cert-image {
    display: block;
    width: 794px;
}

.pdf-cert-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans';
}

.pdf-cert-site {
    color: #fff;
    position: absolute;
    right: 6%;
    bottom: 6%;
    z-index: 9999;
    text-align: right;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: underline;
}

.pdf-cert-date {
    color: #fff;
    position: absolute;
    left: 6%;
    bottom: 6%;
    z-index: 9999;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
}

.pdf-cert-info {
    position: absolute;
    top: 300px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    text-align: center;
    color: #ffffff;
}

.pdf-cert-title {
    margin-bottom: 150px;
    font-size: 56px;
    line-height: 1.1;
    text-transform: uppercase;
}

.pdf-cert-label {
    font-size: 18px;
    line-height: 1.3;
    color: #dff0ff;
}

.pdf-cert-name {
    margin: 20px 0 80px;
    font-size: 50px;
    line-height: 1.3;
}

.pdf-cert-text {
    margin-top: 5px;
    font-size: 30px;
    line-height: 1.3;
}

@media (max-width: 1023px) {
    .submit-page, .submit-page body, .submit-wrapper {
        min-width: 100%;
        min-height: auto;
        height: auto;
    }
    .submit-wrapper.hidden {
        display: none;
    }
    .submit-page .section {
        position: relative;
        height: auto;
        min-height: 100%;
    }
    .submit-screen {
        position: relative;
        height: auto;
    }
    .submit-screen .ps-item {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        padding: 0 20px 40px;
    }
    .submit-content>.align {
        padding: 20px 0 5px;
    }
    .submit-screen .button-site-link {
        position: relative;
        width: 100%;
    }
    .submit-screen .submit-control-box {
        position: relative;
        left: 0;
        width: 100%;
    }
    .submit-screen .submit-control-box .scb-text {
        padding: 0 0 0 20px;
    }
}