.runda_sidebanner {
    position: relative;
}

.runda_sidebanner .runda_sidebanner_image {
    width: 100%;
    aspect-ratio: 1920/500;
    object-fit: cover;
    min-height: 250px;
}

.runda_sidebanner .runda_sidebanner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.runda_sidebanner .container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.runda_sidebanner_title {
    color: #FFF;
    font-size: var(--title-size-h1);
    font-weight: 400;
    line-height: normal;
    font-family: var(--title-font-family);
}

.runda_sidebanner .runda-sub-title {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(255, 255, 255, 0.20);
    margin-top: 24px;
}

@media screen and (max-width: 480px) {
    .runda_sidebanner_title {
        font-size: 24px;
    }

    .runda_sidebanner .runda-sub-title {
        font-size: 12px;
    }
}