.event-message {
    background: #fcf8cf;
    margin: -6vw auto 0;
    padding-bottom: 10vw;
}

.event-message p {
    text-align: center;
    font-size: 90%;
}

@media screen and (max-width: 767px) { 
    .event-message {
        margin-top: -20vw;
        padding-bottom: 100px;
    }
    .event-message p {
        font-size: 80%;
    }
}
