.modal .jbtn {
    color: white;
    background-color: #353535;
    font-size: 1em;
}

.modal .modal-btn-container {
    display: flex;
    justify-content: center;
}

.modal .modal-header {
    background-color: #353535;
    background-image: url('../img/bg/cosmerre-showcase-bg-dark.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #353535;
}

.modal-header p,.modal-header span {
    color: white !important;
}

.modal-body{
    /* background-color: #535353; */
    background-color: #2c2c2c;
}

.modal-body img{
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}