/***************************
Add your custom styles below
****************************/



.message-pic {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    font-weight: bold;
    font-family: 'TheanoDidot', 'Helvetica', 'Arial', sans-serif;
}

.title-pic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: rgb(0,0,0);
    padding: 10px;
    font-size:  20px;
    font-weight: bold;
    font-family: 'TheanoDidot', 'Helvetica', 'Arial', sans-serif;
}

.modal-content .card__image {
    width: 50%;
    float: left;
}

.card__content__right {
    width: 50%;
    float:left;
    padding: 2.4375em;
}

.card__content__right__inner {
    display: grid;
    place-items: center;
    height: 367px;
}

@media (max-width: 768px) {
    .modal-content .card__image {
        display: none;
    }
    .card__content__right {
        float: none;
        width: 100%;
    }
}