﻿


.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right:20px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    opacity: 1;
}

.close span{
   border:none !important;
   color:black;
}



#videoModel .modal-content .modal-header {
    padding:0.6rem 1.5rem 0.6rem 1rem;
    border-bottom:none;
}




#videoModel .modal-content .modal-footer {
    padding: 5px !important;
    border-top: none;
}



#video {
    width: 100%;
    height: 450px;
}