.modal {
    display: none;
    position: fixed;
    z-index: 200000;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
.modal-content {
    background-color: rgba(44, 44, 44, 0.85);
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    color: #ddd;
}
.modal-content img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.modal-header, .modal-body, .modal-footer {
    padding: 10px;
}
.modal-header {
    border-bottom: 1px solid #444;
}
.modal-header h2{
    padding-top: 0;
}
.modal-footer {
    border-top: 1px solid #444;
    text-align: right;
}
.modal-body p {
    margin: 10px 0;
}


.movie-info {
    font-size: 14px;
}
.movie-info .modal-content{
    margin: 0;
    border: none;
    padding: 0;
    width: 100%;
}
.movie-info .modal-content .modal-header,.movie-info .modal-content .modal-header,.movie-info .modal-content .modal-body{
    padding: 0px;
}
.movie-info .modal-content p{
    margin: 0;
}