.vertical_spacer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gallery {
    width: 100%;
    height: 800px;
    position: relative;
}

.gallery img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.content {
    max-width: 600px;
    font-size: 18px;
    margin: auto;
}

.slogan {
    text-align: center;
    font-size: 40px;
}