.wedding-event {
    display: block;
    position: relative;
    padding: 8px 0px;
    width: 600px;
    padding-bottom: 24px;
    font-size: inherit;
}
.wedding-event.content-block:first-of-type {
    border-radius: 16px;
}
.wedding-event p {
    font-size: 18px;
}
body.mobile .wedding-event p {
    font-size: 36px;
}
.google-maps-block {
    margin-top: 24px;
    width: 100%;
    min-width: 580px;
    max-width: 700px;
    height: 100%;
    min-height: 500px;
    max-height: 700px;
}
.google-calendar-button {
    background-color: rgba(235, 229, 245, 0.6);
    border: none;
    border-width: 0;
    position: absolute;
    bottom: -30px;
    right: 0px;
    height: 30px;
    width: 140px;
    overflow: hidden;
}

/* Same px width trigger as col-sm */
@media (min-width: 768px) {
    .wedding-event {
        text-align: center;
    }
}

/* At 990px google maps block doesn't fit with the events block. */
@media (min-width: 990px) {
    .wedding-event {
        text-align: center;
    }
}
