#scorm_object {
    background: white !important;
    padding-top: 45px;
}

#scorm-toolbar {
    width: 100%;
    position: absolute;
    z-index: 1000;
    height: 45px;
    background: #005CA9;
    padding: 12px 8px 16px 12px;
    border-radius: 8px 8px 0px 0px;
    top: 0;
}

#fullscreen-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    color: white;
    font-size: 23px;
    line-height: 23px;
}

#fullscreen-btn:focus {
    background-color: #005CA9;
    outline: 0;
    box-shadow: 0 -.0rem white, 0 .0rem #005CA9;
}

#scorm-title {
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.custom-hr {
    font-size: 14px;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    position: relative;
}

.fullscreen-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#page-mod-scorm-player #scormpage #scorm_object {
    border-radius: 0 0 8px 8px;
    height: unset !important;
}

#page-mod-scorm-player #scormpage div#scorm_content {
    height: unset !important;
}

@media (min-width: 540px) {
    #page-mod-scorm-player #scormpage #scorm_object {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 540px) {
    #page-mod-scorm-player #scormpage #scorm_object {
        aspect-ratio: 9 / 16;
    }
}

#page-mod-scorm-player #scormpage #scorm_content #scorm_object {
    width: 100%;
}