/* Custom CSS */
.banner-static-image-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.banner-static-image-container .static-img {
    width: 100px;
    height: auto;
}

.banner-static-image-container .caption {
    font-size: 20px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 400;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font);
}

@media screen and (max-width: 600px) {
    .banner-one-page {
        margin-top: 123px;
    }
}
