@import "/files/customsite/CS_1839/ID_2354/css/extend.css";

#hero {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(img/duunikeikka_hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 55vw;
}

#hero h1 {
    text-transform: uppercase;
    color: #e42526;
}

#hero h1 img {
    max-width: 100%;
    user-select: "Duunikeikka";
    pointer-events: none;
}

#hero h1 .invis {
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -5;
    opacity: 0;
}

.sbs-customsite .mechanism {
    margin-top: 2em;
}

select.keikka {
    display: block;
    font: inherit;
    width: 100%;
}