.modal {
    padding: 15px 30px;
    max-width: 750px;
}

.modalHeader {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

#modalbody p {
    line-height: 1.3rem;
}

.modal.video {
    background-color: #000;
    padding: 5px;
}

.modal.comments, .modal.selections {
    background: #f6f7ff;
    max-width: 550px;
}

.modal.comments .modal-content, .modal.selections .modal-content {
    padding: 0;
}

.modal.welcomeBack {
    max-width: 500px;
    vertical-align: top;
    margin-top: 180px;
    line-height: 1.5em;
    padding: 15px;
    background-color: #ffdb9c;
}

.modal.welcomeBack h3 {
    font-weight: 500;
}

.welcomeBackModalFooter {
    margin: 20px 0 0 0;
    display:flex;
    justify-content: space-between;
}

@media only screen and (max-width: 365px) {
    h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    html, body {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 650px) {
    .modal.welcomeBack {
        margin-top: 80px !important;
    }
}