#h5pframe-custom .h5p-iframe-wrapper #h5p-iframe-1 .h5p-course-presentation .h5p-cp-navigation {
	height: 2.0% !important;
}







/* ===========================
        Video play Boton
=========================== */

.img-thumb {
    position: relative;
    border-radius: 0px;
    overflow: hidden !important;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.fbt-resize {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute !important;
    display: block;
    overflow: hidden !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fbt-resize:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 1.0);
    overflow: hidden !important;
    pointer-events: none;
    opacity: 0.05;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 100%;
    color: var(--tooltip-color);
    border: 2px solid var(--tooltip-color);
    font-size: 45px;
    background: rgba(0,0,0,0.4);
    margin-left: -36px;
    margin-top: -36px;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.video-icon i {
    text-align: center;
    margin-left: 8px;
    line-height: 38px;
}

.img-thumb:hover .fbt-resize:before, .img-thumb:focus .fbt-resize:before {
    opacity: 0.2;
}

.img-thumb:hover .video-icon, .img-thumb:focus .video-icon {
    color: var(--tooltip-over-color);
    border: 2px solid var(--tooltip-over-color);
}



/* ===========================
     END Video play Boton
=========================== */