
#modalVideo h4 {
    line-height: 1.1;
    font-size: 18px;
}

#modalVideo .progress {
    margin-bottom: 0;
}

#modalVideo .modal-footer {
    margin-top: -5px;
}

#current-time {
    margin-bottom: 0;
}

#panda-player {

    border: none;
    margin-bottom: 0;
}

#modalVideo .modal-body {
    background-color: #001d36;
    padding: 0;
}

#modalVideo #frameVideo {
    width: 100%;
    overflow-y: scroll;
    height: 80vh;
    padding: 0;
}
#modalAction .modal-body {
    padding: 10px;
    min-height: 350px;
}

#modalAction #contentFeedback {
    overflow-x: auto;
}

@media (min-width: 1px){
    .modal-dialog {
        max-width: 95%;
        max-height: 95vh;
    }
} 

@media only screen and (max-width: 600px) {
    #panda-player {
        border: none;
        margin-bottom: 0;
    }

    #modalVideo .modal-dialog {
        width: 95%;
    }

    #modalVideoIframe {
        height: 300px;
    }

    #modalVideo .modal-footer {
        padding: 10px;
    }

    #modalAction .modal-body {
        padding:5px;
    }

    #modalAction #contentFeedback {
        min-height: 75vh;
    }

    #modalAction #frameFeedback {
        min-height: 75vh !important;
    }

    #modalAction .modal-body {
        min-height: 75vh;
    }
}
