.jumper {
    border-top: 1px dotted #61625D;
    cursor: pointer;
    float: left;
    width: 98%;
    padding-left: 5px;
    color: #424242;
}

.jumper:hover {
    background-color: #318BBC !important;
}

.jumper.disabled:hover {
    background-color: red !important;
}

.mejs-slides-player-slides img {
    max-height: calc(100vh - 280px) !important;
}

#files li {
    background-image: url("../images/icona_file.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 110px auto;
    font-size: large;
    list-style: outside none none;
    margin: 0;
    padding: 30px 0 10px 100px;
}


#files_sottotitolo li {
    background-image: url("../images/icona_file.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 82px auto;
    float: left;
    font-size: large;
    list-style: outside none none;
    margin: 0;
    padding: 8px 0 10px 66px;
    position: relative;
}

#files_sottotitolo ul, ol, dl {
    margin-bottom: 35px !important;
    margin-top: -8px !important;
}

#file-download {
    width: 80px;
    height: 80px;
    background: url("../images/download_pdf.png") no-repeat;
    border:none;
    background-position: center;
}

.slide-download {
    padding-top: 2%;
}


#panel_jumper {
    height: 300px;
    overflow-y: scroll;
    margin-top: 42px;
}

#boxslide {
    margin: 0px !important;
    padding-left: 5px;
}

#boxvideo {
    margin: 0px !important;
}


@media (min-width: 768px) {

    /*DESKTOP*/
    .layout-desktop {
        display: none;
    }

    .mejs-overlay-play{
        height: 100% !important;
    }
}


@media (max-width: 768px) {

    /*MOBILE*/
    .layout-sm {
        display: none;

    }

    .mejs-video {
        height: 152px !important;
        width: 100% !important;
    }


    #boxslide {
        margin-top: 30px !important;

    }

    .mejs-overlay-play{
        height: 100% !important;
    }


}

