.scorm-header .lecture-title {color: #444;}
.curriculam-toggle .scorm-header .lecture-title {color: #444;}

.scorm-header .nav-header .close-icon {
    background: url(../../../assets/images/close-dark.svg);
    background-repeat: no-repeat;
    background-size: 34px;
}
.scorm-header .menu {
    background: url(../../../assets/images/menu-icon-dark.svg);
    background-repeat: no-repeat;
    background-size: 41px;
    overflow: auto;
}
.scorm-header .curriculam-index{color: #444;}
.locked-title.scorm-title{padding: 15px 0px;}

@media only screen and (max-width: 920px) and (min-width: 320px) and (orientation: portrait){
    .scorm-header .nav-header .menu {
        background-size: 30px !important;
        width: 30px;
        height: 24px;
    }
    .scorm-header .nav-header .lecture-title {line-height: 60px;}
    .lecture-holder.scorm-holder{padding: 60px 15px 0px 15px;}
    .lecture-holder {top: 60px;}
    .scorm-header .nav-header{box-shadow: 0px 0px 10px 0px #777777;}
    .scorm-info{font-size: 16px;}
    /* option icon settings here */
      .scorm-header .nav-header .close-icon {
        background: url(../../../assets/images/option-icon-dark.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        margin-top: 5px;
      }
    /* option icon settings here */
}

@media only screen and (max-width : 920px) and (orientation : landscape) {
    .lecture-holder.scorm-holder{padding: 60px 30px 0px 30px;}
    .scorm-info{font-size: 16px;}
    #scormFrame{
        height: calc(100vh - 150px)!important;
    }
}

.scorm-close { 
    position: absolute; 
    top: 8px;
    right: 8px; 
    font-size: 16px; 
    cursor: pointer; 
    z-index: 9999; 
    background: rgba(255, 0, 0, 0.16); 
    padding: 4px 8px; 
}