.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 14px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}

#VGvideoModal .modal-dialog {
    transform: translateY(-50%);
    top: 50%;
    min-width: 800px;
}

#VGvideoModal .btn-close {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 999;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    opacity: 1;
    padding: 5px 5px;
    border-radius: 5px;
    line-height: 1;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

{
}

.description .card {
    border: navajowhite;
}

.section__student-projects .col-lg-12 {
    padding: 20px 0;
}

button.myBtn {
    border: none;
    background: none;
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-style: italic;
}

.card p {
    margin: 0;
}