@import "ext/circle/circle.css";
@import "ext/circle/circle.scss";

/*진한 검 : #282c32*/
/*연한 검 : #393f48*/
/*브로제이 블루 : #1e88e5*/
/*브로제이 주황 : #ff6200*/
/*font-family : sans..*/
/*font-size : 9 ~ 12pt*/
/*font-weight : 200 ~ 400*/

.jplayer-step-span{
    font-size: 110%;
    color: white;
    font-weight: bold;
    line-height: 50px;
}

.jplayer-step-span-sub{
    font-size: 70%;
    color: white;
    font-weight: bold;
    line-height: 50px;
}

.jplayer-start-button{
    width: 100%;
    height: 50px;
    line-height: 45px;
}

.jplayer-intro-step-span{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height: 30px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
}

.jplayer-day-div{
    height: 24px;
    border-radius: 5px;
    background: tomato;
    text-align: center;
    outline: none;
    color: whitesmoke;
    border: none;
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: NanumGothic;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    z-index: 30;
    line-height: 24px;
}

.jplayer-toast {
    overflow-y: auto;
    height: 48px;
    visibility: hidden;
    min-width: 288px;
    max-width: 568px;
    margin-left: -144px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 166px;
}

.jplayer-toast p{
    height: 30px;
    width: inherit;
    margin-top: 9px;
    margin-bottom: 9px;
}

.jplayer-toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#jplayer-lecture-div, .jplayer-daily-area{
    -webkit-animation:jplayer-spin-animation 500ms;
    -moz-animation:jplayer-spin-animation 500ms;
    animation:jplayer-spin-animation 500ms;
}

.jplayer-controllbar-img {
    padding: 8px;
    height: 20px;
    cursor: pointer;
}

.jplayer-tip-triangle {
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #E33969;
}

.jplayer-font {
    font-family: NanumGothic;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

/* intro css */
.jplayer-input {
    border-radius: 3px !important;
    background-color: #ffffff !important;
    border: solid 1px #3a3a3a !important;
    height: 80%;
    padding-left: 10px;
    font-size: 90%;
    box-sizing: border-box;
}

.jplayer-explain-btn-open {
    margin-right: -1px;
}

.jplayer-statistic-main-div {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.6);
}

.jplayer-person-picture {
    /*width: 50%;*/
    /*margin-top: 30px;*/
    height: 40px;
    border-radius: 20px;
    float: right;
}

.jplayer-person-side-picture {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: 30px;
}

.jplayer-horizontal-lecture {
    width: 250px;
    height: 90px;
}

.jplayer-my-title {
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

/*.jplayer-intro-title-area {*/
/*height : 40px;*/
/*padding-top: 0.5%;*/
/*padding-bottom: 0.5%;*/
/*margin-bottom: 2px;*/
/*width : 100%;*/
/*background-color: #ff6200;*/
/*text-align: center;*/
/*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);*/
/*}*/

.jplayer-main-div {
    box-sizing: border-box;
}

.jplayer-main-fullscreen {
    border-radius: 0px !important;
    padding: 0px !important;
    border: none !important;
    background-color: #000000 !important;
}

.jplayer-height-mode-lecture-text, .jplayer-height-mode-lecture-time {
    font-size: 120%;
    font-family: NanumGothic;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-left: 7%;
    padding-right: 7%;
}

/*.jplayer-intro-title-span {*/
/*font-family: NanumGothic;*/
/*font-weight: 800;*/
/*font-style: normal;*/
/*font-stretch: normal;*/
/*line-height: normal;*/
/*letter-spacing: normal;*/
/*text-align: left;*/
/*color: #ffffff;*/
/*}*/

.jplayer-my-info-span, .jplayer-intro-my-info-span {
    font-family: NanumGothic;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.jplayer-level-span {
    font-family: NanumGothic;
    font-size: 15pt;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    float: left;
    margin-left: 18px;
    margin-right: 18px;
    line-height: 32px;
}

.jplayer-daily-select-area{
    position: absolute;
    top : 10px;
    z-index: 10;
}

#jplayer-daily-select{
    background-color: transparent;
    border: none;
    color: white;
    font-size: 13pt;
}

.jplayer-level-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 18px;
}

.jplayer-circle-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 18px;
    background-size: auto;
}

.jplayer-persion-picture {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: 30px;
    background-color: #cccccc;
}

.jplayer-my-info-div-height-mode {
    top: 50px;
    left: 0px;
    position: absolute;
    z-index: 90;
}

.jplayer-my-info-div {
    width: 232px;
    overflow: auto;
    height: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    float: left
}

.jplayer-daily-div {
    cursor: pointer;
    /*-webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));*/
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
}

.jplayer-jmethod-display-sub-span {
    font-family: SpoqaHanSans;
    font-size: 3vw;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #afced7;
}

.jplayer-jmethod-display-title-span {
    font-family: SpoqaHanSans;
    font-size: 4vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f27f18;
}

.jplayer-daily-title-div {
    margin-left: 5%;
    width: 90%;
    height: 34px;
    background-color: #3a3a3a;
    margin-bottom: 5px;
}

.jplayer-daily-progressbar {
    margin-left: 5%;
    float: left;
    height: 20px;
    border-radius: 5px;
    margin-top: 3px;
    background-color: #ff6200;
}

.jplayer-setting-custom-menu tr {
    cursor: pointer;
}

.jplayer-setting-custom-menu tr:hover {
    background-color: #868686;
}

.jplayer-setting-sub-span {
    font-weight: 300;
    color: #eee;
    font-size: smaller;
}

.jplayer-setting-main-span {
    font-size: medium;
    font-weight: 500;
}

.jplayer-setting-custom-menu td {
    padding: 10px;
}

.jplayer-setting-custom-menu {
    position: absolute;
    z-index: 32;
    right: 30px;
    bottom: 30px;
    color: #ffffff;
    padding: 15px;
    background-color: #24211D;
}

/*#jplayer-gx-setting-icon{*/
/*position: absolute;*/
/*z-index: 31;*/
/*right: 5px;*/
/*bottom: 15px;*/
/*}*/

.jplayer-daily-progressbar-span {
    float: right;
    margin-right: 5%;
    height: 30px;
    margin-top: 5px;
    font-family: NanumGothic;
    font-size: 0.4em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #616368;
}

.jplayer-daily-title-span {
    height: 16px;
    font-family: NanumGothic;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    float: left;
    color: #ffffff;
    margin-left: 11px;
    line-height: 30px;
}

/* common css */
.jplayer-progressbar {
    height: 3px;
    border: solid 2px #ffffff;
}

.jplayer-main-btn-icon {
    cursor: pointer;
    z-index: 5;
    position: absolute;
}


.jplayer-rectangle {
    background-color: #000000 !important;
    border: solid 10px #3a3a3a !important;
}

#jplayer-bottom-progress {
    cursor: pointer;
    height: 10px;
    outline: thin solid #F7931F;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#jplayer-bottom-progress span {
    background: linear-gradient(to right, #F7931F, #F14822);
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0px;
}

.jplayer-bottom-area {
    height: 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.jplayer-bottom-button-area {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.jplayer-bottom-right-button-area {
    height: 100%;
    box-sizing: border-box;
    float: right;
    cursor: pointer;
}

.jplayer-bottom-img {
    height: 100%;
    float: left;
}

.jplayer-statistics-btn-span, .jplayer-vertical-statistics-btn-span {
    font-family: NanumGothic;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.jplayer-bottom-time-span {
    font-family: NanumGothic;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;

    font-size: 80%;
    line-height: 38px;
    float: left;
}

.jplayer-bottom-span {
    float: left;
    font-family: NanumGothic;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 5px;
}

.jplayer-repeat-count-span {
    float: right;
    font-family: NanumGothic;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

/* splash css */

/* intro css */
.jplayer-done-day {
    opacity: 0.5;
    background-color: black;
}

/* explain css */
.jplayer-title-animate {
    position: absolute;
    z-index: 100;
}

.jplayer-tip-span {
    background-color: #00C8FF;
    color: #FFFFFF;
    font-size: 19pt;
    height: 40px;

}

.jplayer-countdown-number {
    position: absolute;
    z-index: 90;
    font-family: SpoqaHanSans;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff6200;
}

.jplayer-countdown-child {
    position: absolute;
    z-index: 90;
}

.jplayer-height-mode-explain-area {
    opacity: 0.95;
    background-color: #f7f7f7;
    width: 100%;
    overflow: auto;
    position: relative;
}

.jplayer-height-mode-explain-title-area {
    opacity: 0.95;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
}

.jplayer-height-mode-explain-title-span {
    font-family: NanumGothic;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.jplayer-height-mode-explain-pre {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    word-break: break-all;
    white-space: pre-line;
    padding-left: 7%;
    padding-right: 7%;
}

.jplayer-height-mode-btn-area {
    background-color: #7A7B7A;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.jplayer-height-mode-set-display, .jplayer-height-lecture-mode-set-display {
    margin-top: -5px;
    width: 100%;
    background-color: #ff6200;
    position: relative;
}

.jplayer-height-mode-icon-text {
    font-family: NanumGothic;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.jplayer-height-mode-explain-title-span {
    font-family: NanumGothic;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

#jplayer-lecture-text {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #CCCCCC;
    font-weight: bold;
}

.jplayer-skip-button {
    cursor: pointer;
}

.jplayer-check-mode-selected-tab {
    background-color: #e6e6e6;
}

/* repeat css */
#jpalyer-health-count-span {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
}

#jpalyer-health-time-span {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
}

#jpalyer-health-title-span {
    background-color: #CCCCCC;
    color: #FFFFFF;
}

#jplayer-span-set-text {
    background-color: #CCCCCC;
    color: #FFFFFF;
}

/* common css */
.jplayer-speed-control-button {
    cursor: pointer;
}

#jplayer-explain-button {
    right: 0px;
    width: 20px;
    height: 80px;
    line-height: 90px;
    background-color: rgb(36, 42, 37);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.jplayer-span-display-set {
    float: left;
    border: 1px solid #CCCCCC;
    margin-left: 5px;
}

.jplayer-statistic-input {
    width: 90%;
    height: 30px;
    margin: 10px;
}

.jplayer-lecture-span {
    font-family: NanumGothic;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-left: 7%;
    float: left;
}

.jplayer-lecture-method-span {
    font-family: NanumGothic;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    float: right;
    padding-right: 7%;
}

/* Browser */
@media screen and (min-width: 1100px) {
    /* explain css */
    #jplayer-lecture-text {
        font-size: 20pt;
    }

    .jplayer-height-mode-btn-area {
        height: 150px;
    }

    .jplayer-height-mode-btn-img {
        width: 80px;
    }

    .jplayer-height-mode-icon-text {
        font-size: 35px;
    }

    .jplayer-height-mode-explain-title-area {
        height: 100px;
        line-height: 100px;
    }

    .jplayer-height-mode-explain-title-span {
        font-size: 30px;
        margin-left: 50px;
    }

    .jplayer-height-mode-explain-pre {
        font-size: 30px;
    }

    .jplayer-height-mode-set-display {
        height: 130px;
        line-height: 130px;
    }

    .jplayer-height-lecture-mode-set-display {
        height: 260px;
    }

    /* repeat css */
    .jpalyer-defalut-span {
        font-size: 20pt;
    }

    .jplayer-span-display-set {
        border-radius: 25px;
        height: 25px;
        width: 25px;
    }

    .jplayer-bottom-span {
        font-size: 14px;
    }
}

/* Pad */
@media screen and (max-width: 1099px) and (min-width: 601px) {
    /* explain css */
    #jplayer-lecture-text {
        font-size: 15pt;
    }

    .jplayer-height-mode-btn-area {
        height: 100px;
    }

    .jplayer-height-mode-btn-img {
        width: 32px;
    }

    .jplayer-height-mode-explain-title-area {
        height: 90px;
        line-height: 90px;
    }

    .jplayer-height-mode-explain-title-span {
        font-size: 25px;
        margin-left: 40px;
    }

    .jplayer-height-mode-explain-pre {
        font-size: 25px;
    }

    .jplayer-height-mode-set-display {
        height: 100px;
        line-height: 100px;
    }

    .jplayer-height-lecture-mode-set-display {
        height: 200px;
    }

    /* repeat css */
    .jpalyer-defalut-span {
        font-size: 15pt;
    }

    .jplayer-span-display-set {
        border-radius: 20px;
        height: 20px;
        width: 20px;
    }

    .jplayer-bottom-span {
        font-size: 10px;
    }
}

/* Phone*/
@media screen and (max-width: 600px) {

    .jplayer-step-span{
        font-size: 10pt;
        color: white;
        font-weight: bold;
    }

    /* explain css */
    #jplayer-lecture-text {
        font-size: 10pt;
    }

    .jplayer-height-mode-btn-area {
        height: 54px;
    }

    .jplayer-height-mode-btn-img {
        width: 26px;
    }

    .jplayer-height-mode-icon-text {
        font-size: 13px;
    }

    .jplayer-height-mode-explain-title-area {
        height: 46px;
        line-height: 46px;
    }

    .jplayer-height-mode-explain-title-span {
        font-size: 12px;
        margin-left: 19.6px;
    }

    .jplayer-height-mode-explain-pre {
        font-size: 12px;
    }

    .jplayer-height-mode-set-display {
        height: 53px;
        line-height: 53px;
    }

    .jplayer-height-lecture-mode-set-display {
        height: 106px
    }

    /* repeat css */
    .jpalyer-defalut-span {
        font-size: 10pt;
    }

    .jplayer-span-display-set {
        border-radius: 15px;
        height: 15px;
        width: 15px;
    }

    .jplayer-bottom-span {
        font-size: 6px;
    }
}

/*intro*/

.jplayer-intro-btn {
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-top: 5px;
}

.jplayer-spin-animate{
    -webkit-animation:jplayer-spin-animation 500ms;
    -moz-animation:jplayer-spin-animation 500ms;
    animation:jplayer-spin-animation 500ms;
}

.jplayer-intro-btn-area {
    width: 200px;
    height: 50px;
    position: absolute;
    z-index: 32;
    right: 30px;
    top: 35px;
    color: #ffffff;
    padding: 15px;
    background-color: rgba(40, 44, 50, 0.9);
    -webkit-animation:jplayer-spin-animation 500ms;
    -moz-animation:jplayer-spin-animation 500ms;
    animation:jplayer-spin-animation 500ms;
}

.jplayer-intro-left-area {
    width: 300px;
    height: 100%;
    overflow: auto;
    position: relative;
    background-color: rgba(40, 44, 50, 0.9);
}

.jplayer-intro-open-menu-height {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.jplayer-intro-side-title-span {
    font-size: 10pt;
    color: #cccccc;
    font-weight: 500;
}

.jplayer-intro-side-content-span {
    font-size: 15pt;
    color: #ffffff;
    font-weight: bold;
}

.jplayer-intro-right-area {
    height: 100%;
    width: 100%;
    float: left;
}

.jplayer-intro-menu-div {
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-sizing: border-box;
    background-color: #1e88e5;
    z-index: 30;
}

.jplayer-intro-title-span {
    font-size: 150%;
    color: #ffffff;
    font-weight: bold;
    float: left;
    padding-left: 20px;
    margin-top: 5px;
}

.jplayer-intro-down-arrow {
    width: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.jplayer-intro-my-info-area {
    margin-left: 15px;
    width: auto;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    text-align: left;
}

.jplayer-intro-email {
    color: #e6e6e6;
}

.jplayer-intro-id {
    color: #cccccc;
}

#jplayer-div-intro {
    background-image: url('/submodules/common/jlib/JPlayer/images/common/background.jpg');
    background-size: cover;
}

/**/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-right: 10px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#jplayer-countdown-guage {
    line-height: 100px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    margin: 7px;
}

.c100.small {
    font-size: 60px;
}

.c100.orange .bar, .c100.orange .fill {
    border-color: rgba(74, 144, 226, 0.75) !important;
}

.c100.orange:hover > span {
    color: rgba(74, 144, 226, 0.75);
}

.c100.orange.dark .bar, .c100.orange.dark .fill {
    border-color: rgba(74, 144, 226, 0.75) !important;
}

.c100.orange.dark:hover > span {
    color: rgba(74, 144, 226, 0.75);
}

.c100:after {
    background-color: transparent;
}

.c100.small {
    font-size: 90px;
}

/* w3school */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes jplayer-spin-animation { 0% { -moz-transform: rotateX(180deg); } 100% { -moz-transform: rotateX(360deg); } }
@-webkit-keyframes jplayer-spin-animation { 0% { -webkit-transform: rotateX(180deg); } 100% { -webkit-transform: rotateX(360deg); } }
@keyframes jplayer-spin-animation { 0% { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); } 100% { -webkit-transform: rotateX(360deg); transform:rotateX(360deg); } }

/*slider*/

div.jplayer-intro-card {
    color: #000;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: bold;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.jplayer-intro-slider-btn{
    position: absolute;
    z-index: 30;
    top: calc(50% - 20px);
    width: 40px;
    cursor: pointer;
}

.jplayer-intro-card{
    margin-top: 1.2em !important;
}

.jplayer-intro-card.active, .jplayer-intro-card.last-active{
    margin-top: 0em !important;
}
