
.masthead h1 {
    font-size: 3.2rem;
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-wrapper {

}

.swiper-slide {
    text-align: center;
    align-items: center;
    width: 100%;

}

.slide-element {
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: border-box;
}

.content-over-swiper {
    position: absolute;
    z-index: 1050;
    width: 100%;
    top: 45%;
    color: white;
}

.content-over-swiper-bg{
    position: absolute;
    z-index: 1045;
    width: 100%;
    top: 40%;
    background-color: darkblue;
    opacity: 0.8;
    height: 300px;
    margin: 0 auto;
}

