#intro{
    width: 100%;
    height: 1000px;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0px;
    z-index: -1;
    overflow: hidden;
}
.parallax-mirror{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
#scene{
    width: 653px;
    height: 770px;
    margin: 200px auto;
    top: 0px;
    z-index: -1;
}
#layout-fix{
    height: 1000px;
}

.spacer{
    height: 20px;
}
.programs{
    text-align: center;
}
.programs>.program{
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.programs>.program>.date{
    width: 70px;
    line-height: 70px;
    border: dashed 2px #000;
    border-radius: 70px;
}
.programs>.program>.date>p{
    line-height: 70px;
}
.programs>.program>p{
    text-align: center;
    margin-top: 10px;
}
.programs>.program.soft>.date{
    border-color: #999;
    color: #999;
}
.programs>.program.soft{
    color: #999;
}
.presentation{
    box-sizing: border-box;
    padding-right: 20px;
}
.presentation img{
    width: 100%;
    height: auto;
}
.presentation>a>h3{
    font-weight: bold;
    font-size: 20px;
}
.presentation>a{
    text-decoration: none;
    color: #000;
}
@media(max-width: 800px){
    #scene{
        width: 70% !important;
    }
    #scene img{
        width: 100%;
    }
}
/*@media(max-width: 1200px){
    .full-width{
        margin: 0px;
    }
}*/