/** VIDEO **/
.focus
{
    height: calc(100vh - 80px);
    background: url(../img/general/hellfest-bg.jpg) center no-repeat;
    background-size: cover;
}

.Home-intro
{
    height: calc(100vh - 80px);
}

.Home-introContainer
{
    z-index: 10;
}

.Home-introWrapVideo video {
  width: 100%;
  object-fit: cover;
  z-index: -1;
  height: calc(100vh - 80px);
}

.Home-introWrapIcon
{
    width: 216px;
    position: absolute;
    left: 0;
    bottom: -69px;
}

.Home-wrapScrollingTitle
{
    padding: 25px 0 25px;
}

.Home-wrapScrollingTitle--1
{
    padding-top: 60px;
}

.Container-vid
{
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.Home-introTitle
{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.Home-introTitle img
{
    width: 70%;
}

.hidden-xs
{
    display: none  !important;
}

/** VIDEO **/

/** BANDS **/
.Home-bands {
    text-align: center;
    background: url(../img/home/bloc-bands-back.jpg) center top no-repeat;
    padding: 8em 0 6em 0;
    margin-top: 2em;
    background-size: cover;
}

.Home-bands img {
    max-width: 100%;
}
/** BANDS **/

/** SCROLL TXT **/
.o-title {
    margin: 6vw 0;
    padding: 0 2vw;
    perspective: 600px;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-text-stroke: 2px var(--pr-color);
    color: transparent;
    text-align: center;
}

.o-title_line {
    display: block;
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1)
}

.o-title.is-inview .o-title_line {
    opacity: 1;
    transform: none
}

.o-title.is-inview .o-title_line:first-child {
    transition-delay: .1s
}

.o-title.is-inview .o-title_line:nth-child(2) {
    transition-delay: .25s
}

.o-title_line span {
    display: inline-block;
    font-size: 10vw;
    min-width: .05em;
    font-family: var(--font-mush);
}

/** SCROLL TXT **/

/** EXPERIENCE **/
.experience
{
    background: url(../img/general/pattern-light.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 6em;
    padding-bottom: 6em;
}

.experience h1
{
    font-size: 156px;
}
/** EXPERIENCE **/

/** NEWS **/
.news 
{
    background: url(../img/general/pattern-dark.jpg) center top no-repeat;
    background-size: cover;
}
/** NEWS **/

/** PREPARE **/
.prepare
{
    background: url(../img/home/home-prepare.jpg) no-repeat center;
    background-size: cover;
}

.container-prepare
{
    margin-left: auto;
    margin-right: auto;
    height: 80vh;
    position: relative;
}

.Home-infosTitle
{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}
/** PREPARE **/