.modal-dialog {
    position:absolute;
    top:50% !important;
    transform: translate(-0%, -50%) !important;
    -ms-transform: translate(-0%, -50%) !important;
    -webkit-transform: translate(-0%, -50%) !important;
    margin:auto 5%;
    margin-top: -25%;
    width:90%;
}

.modal-content {
    background: #3497db;
    border-radius: 0;
    position:absolute;
    padding: 56.25% 0 0 0;
    top:0;
    bottom:0;
    left:0;
    right:0; 
}

.modal-header {    
    position:absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 100;
}

.close {
    color: #fff; 
    opacity: 1;
}

.modal-body {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    overflow-y:hidden;
}

.modal-body video {
    width: 100%;
    height: 100%;
}

.modal-footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

/*#success {
    display: none;
}

#failed {
    display: none;
}*/