.carousel-caption {
    color: white;
    background: rgba(0,0,0,.3);
    cursor:pointer;
}

.carousel-item, .carousel-inner {
    text-align: center;
}

.carousel-inner {
    background: black;
}

.carousel-item>a>img {
    max-height: 73vh;
    max-width: 100vw;
}

.event-banner {
    width: 100%;
    max-height: 45vh;
    object-fit: contain;
}

body {
    margin-top: 60px;
    font-size: large;
    font-family: serif;
}
