#modal-video-title {
    text-align: center;
}

#modal-video-body {
    position: relative;
    padding: 0px;
}

#button-close-video {
    visibility: hidden;
}

/*#modal-video-footer {*/
/*    display: none;*/
/*}*/

#modal-notification-text, #modal-notification-taskpaused {
    text-align: center;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 4rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}