@import "/files/customsite/CS_1839/ID_2354/css/extend.css";

#festari {
    background-image: url(/files/customsite/CS_2008/ID_2606/img/festari.jpg);
    background-size: 100% auto;
    background-position: 50% 0%;
    min-height: 30.5vw;
}

#ytframe {
    width: 100%;
    height: 57%;
}

@media screen and (max-width: 600px) {
    #festari {
        background-position: 100% 0;
        min-height: 62vw;
        background-size: 200% auto;
    }
}

#teaser {
    padding: 10vw 0;
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-image: url(/files/customsite/CS_2008/ID_2606/img/rose_tausta.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

#teaser.s2 {
    min-height: 0;
    padding: 10vw 0 4em;
}

#teaser .synde {
    max-width: 100%;
    padding: 0 2em;
    width: 40em;
    margin-bottom: 2em;
    margin-left: -10%;
    margin-top: max(-12%,-350px);
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
}

@media screen and (min-width: 795px) {
    #teaser .synde {
        padding-bottom: 14em;
    }
}

#teaser .synde img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#teaser .copy {
    padding: 0 2em;
    text-align: center;
    max-width: 52em;
}

#days {
    padding: 3em 2em;
    box-shadow: 0 1em 3em #b26a61;
    z-index: 2;
    position: relative;
}

#days>.col2 {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    flex-basis: calc(50% - .5em);
    max-width: calc(50% - -5em);
    align-content: flex-start;
}

#days h2 {
    flex-basis: calc(100% - 1.5em);
    color: #c22032;
    border-bottom: .1em solid;
    margin: 0 auto .5em;
}

#days .artist {
    flex-basis: 50%;
    padding: 1em;
}

#days .artist-image {
    display: block;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: .25em;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(/files/customsite/CS_2008/ID_2606/img/artist.jpg);
}



#liput {
    background-image: url(/files/customsite/CS_2008/ID_2606/img/rose_tausta.jpg);
    position: relative;
}

@media screen and (max-width: 600px) {
    #days>.col2 {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    #liput {
        padding: 5em 2em;
    }
    
}

#liput .copy:before {
    content: "LIPUT";
    position: absolute;
    transform: rotateZ(-90deg);
    left: -.5em;
    top: 1.5em;
    font-size: 4em;
    font-weight: 900;
    user-select: none;
    opacity: .5;
}

#liput ul {
    list-style: disc;
    margin-left: 1em;
}

#liput .columns {
    align-items: stretch;
    justify-content: center;
    padding-left: 4em;
    min-height: 12em;
}

#liput .columns .col2 {
}

#liput .image {
    display: flex;
    flex-flow: column nowrap;
}

.fiiliskuva {
    flex-grow: 1;
    background-image: url(/files/customsite/CS_2008/ID_2606/img/venue.jpg);
    background-size: cover;
    border-radius: .25em;
}