.splashRow {
    margin-bottom: -5px;
}

.splashRow > div {
    width: clamp(400px, 100%, 1900px);
    max-height: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.splashRow > div > div {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.splashRow > div > img {
    width: clamp(400px, 110%, 1900px);
}

.splashDetail {
    max-width: 800px;
    letter-spacing: 0.5pt;
    text-shadow: 1px 1px 0px rgba(204, 197, 197, 0.829);
    padding-bottom: 10px;
    font-size: 18px;
}

#splashText {
    padding-left: 5px;
    padding-bottom: 15px;
    padding-top: 7px;
    font-weight: 600;
}

#splashImg {
    position: relative;
    z-index: 1;
    filter:brightness(50%);
}

#splashHead {
    padding-bottom: 0px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 0px rgba(204, 197, 197, 0.829);
}