.zoid-prerender-frame {
    display: none;
}
/* Removes logo, removes modal background and shadow, adds responsive scroll */
.zoid-body-lock {
    overflow-y: scroll!important;
}
.zoid-details-modal-overlay {
    z-index: 99;
}
.zoid-logo {
    display: none!important;
}
#springboard-modal .zoid-container .zoid-details-modal {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: 5%;
    transform: translateX(-50%);
}
#springboard-modal .zoid-container .zoid-details-modal-title {
    height: 30px;
}
#springboard-modal .zoid-container .zoid-details-modal .zoid-details-modal-close {
    align-items: center;
    color: #000000;
    display: flex;
    height: 1.75em;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1.75em;
    border-radius: 20px;
    border: solid black 1px;
    background: lightgray;
    padding: 2px;
}
#springboard-modal .zoid-container .zoid-details-modal .zoid-details-modal-content {
    border-top: 0px;
    max-height: 100%!important;
    overflow: hidden;
    padding: 0px;
}
@media screen and (max-width: 1199px) {
    #springboard-modal .zoid-container .zoid-details-modal {
        position: absolute;
        top: 30px;
        width: 100%;
        padding-bottom: 0px;
    }
    #springboard-modal .zoid-container .zoid-details-modal .zoid-details-modal-content {
        padding: 0;
    }
    #springboard-modal .zoid-container div[id^="zoid-springboard-frame-"],
    #springboard-modal .zoid-container div[id^="zoid-springboard-frame-"] > .zoid-outlet {
        height: 1500px!important;
        margin: 0 auto;
        max-width: 1200px;
        width: 98%!important;
    }
}
@media screen and (max-height: 500px) {
    #springboard-modal .zoid-container .zoid-details-modal .zoid-details-modal-content {
        max-height: unset !important;
        padding: 0;
    }
    #springboard-modal .zoid-container .zoid-details-modal {
        padding-bottom: 0px;
    }
}