html {
    height: 100%;
    overflow-y: scroll;
}
header {
    display: block;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    color: #f1f1f1;
}
body {
    margin:0;
    padding:0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
}
h3 {
    text-transform: uppercase;
}

#video-container {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateZ(-4px) scale(5);
    z-index: -1;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo1 {
    margin-top: 200px;
    width: 100%;
    display: block;
}
#myVideo2,
#myVideo3,
#myVideo4,
#myVideo5,
#myVideo6 {
    width: 100%;
    display: block;
}

/* HEADER */
header .logo {
    height: 60px;
    margin-top: 8px;
}
header .top-menu {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
header a.tix {
    color:#fff;
    text-decoration: none;
    font-size: 1.8rem;
}


main {
    /*position: fixed;*/
    /*top: 180px;*/
    left: 0;
    width: 100%;
    color: #f1f1f1;
}
.agenda-left {
    text-align: right;
    width: 50%;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}
.agenda-left .line-up {
    width: calc(100% - 40px);
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2rem;
}
.agenda-left .date {
    width: 60px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    position: relative;
    font-weight: 800;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.agenda-left .line-up,
.agenda-left .date {
    box-sizing: unset;
}
.agenda-left .line-up p {
    padding: 0;
    margin: 0;
}
.agenda-left .date hr.line-left {
    border-top: 1px solid #fff;
    opacity: 1;
    position: absolute;
    top: calc(50% - 20px);
    right: -21px;
    width: 21px;
}
.agenda-right {
    text-align: left;
    margin-left: calc(50% - 1px);
    border-left: 1px solid #fff;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}
.agenda-right .line-up {
    width: calc(100% - 100px);
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2rem;
}
.agenda-right .line-up p {
    padding: 0;
    margin: 0;
}
.agenda-right .date {
    position: relative;
    width: 60px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff;
    font-weight: 800;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.agenda-right .date hr.line-right {
    border-top: 1px solid #fff;
    opacity: 1;
    position: absolute;
    top: calc(50% - 20px);
    left: -21px;
    width: 21px;
}
.video-container {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}