#slideshow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    width: 120vb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
}

#slideshowcontainer {
    display: flex;
    justify-content: center;
    width: 100%;
}

#slideshow>p[emptyText=true] {
    color: #22577A;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 500%;
    font-weight: bolder;
    -webkit-text-stroke: 1px white;
}