/* Rounded corners */
#onnichoronamModal .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

/* Slightly dark background */
.modal-backdrop.show {
    opacity: .75;
}

/* Image Hover Effect */
#onnichoronamModal img {
    transition: transform .3s ease;
}

    #onnichoronamModal img:hover {
        transform: scale(1.02);
    }

/* Better Close Button */
#onnichoronamModal .btn-close {
    background-color: white;
    border-radius: 50%;
    opacity: 1;
    padding: .8rem;
}

/* Mobile */
@media(max-width:768px) {

    #onnichoronamModal .modal-dialog {
        margin: 10px;
    }

    #onnichoronamModal img {
        border-radius: 0;
    }
}
