#header {
    width: 100%;
    height: 100%;
    min-height: 650px;
}
#header div{
    text-align: center;
}
#header .content-wrapper{
    height: 100%;
    display:flex;
    flex-direction: column;
}
#header .header-wrapper{
    position: relative;
    height: 100%;
    z-index: 250;
}
#header .ticket{
    position: relative;
    min-height: 100px;
    top: 0;
    right: 0;
}
#header .partner-header{
    position: relative;
    min-height: 100px;
}
#header .background-video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#header .video-playing{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #592D82;
    background-size: cover;
    overflow: hidden;
}
#header .video{
    height: 100%;
    opacity: 0.2;
    object-fit: cover;
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.23,1,.32,1);
    width: 100%;
}
#header .partner-header, #header .logo, #header .ticket{
    margin: auto;
}
#header .partner-header p{
    font-size: 0.625rem;
    font-weight: 100;
    margin-right: 50px;
}
#header .info{
    justify-content: center;
    max-width: 1600px;
    margin: auto
}
#header .info div{
    padding: 0px;
}
#header .info h3{
    font-size: 2.5rem;
    margin: 30px 40px;
    margin-bottom: 0px;
    text-align: center;
   
}
#header .info p{
    font-size: 1.625rem;
    margin: 0vw 30px;
    text-align: center;
    font-weight: 100;

   
}
#header .last-edition a{
    margin:0px 8px
}
/* #header .last-edition button{
    background-color: transparent;
    border: none;
    transition: ease .1s all; 
}


#header .last-edition button:hover {
    transform: scale(1.15);
} */



#header .logo{
    margin-top: 57px;
}

#header .place{
    margin: auto;
    width: 100%;
    
}
#header .place ul{
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 10vw;
}
#header .place ul li{
    list-style: circle;
    font-size: 1.25rem;
}
#header .place .when{
    float: left;
    font-weight: 100;
}
#header .place .where{
    float: right;
    font-weight: 100;
}


@media (max-width: 575.98px) { 
    
    #header .logo{
        margin-top: 45px;
    }
    #header .logo img{
        height: 114px;
        width: 118px;
    }
    #header .last-edition span{
        display: none;
    }
    #header .info h3{
    font-size: 1.625rem;
    margin: 30px 0 0 0;
    }
    #header .info p{
    font-size: 1.125rem;
    margin: 0;

    }
    
    #header .place ul{
        display: grid;
    }
    #header .place ul li{
        list-style: none;
        margin-bottom: 15px;
        font-size: 1.25rem;
    } 
    #header .place{
        padding: 50px 0;
    }
    #header .place .when{
        padding-bottom: 10px 0;
    }
    #header .last-edition {
        min-height: 130px;
        margin: 15px 0;
    }
    #header .last-edition div{
        margin: auto;
    }
    #header .ticket{
        display: flex;
        justify-content: center;
    }
    #header .background-video{
        max-height: 100vh;
        background: url(background-photo.jpg) center center cover no-repeat;
        opacity: 0.2;
    }
    #header .partner-header p {
        font-size: 1.125rem;
        color: #FCBA2D;
        font-weight: 100;
        margin-right: 0px;
    } 
}

/* // Small devices (landscape phones, less than 768px) */
@media (min-width:575.98px) and (max-width: 767.98px) { 
    #header .info h3{    
    font-size: 1.625rem;
    }
    #header .last-edition span{
        display: none;
    }
   
    #header .place ul{
        display: grid;
    }
    #header .place ul li{
        list-style: none;
        font-size: 1.25rem;
        margin-bottom: 25px;

    } 
    #header .info p{
        font-size: 1.125rem;
    }
    #header .place .when{
        margin-top: 50px;
        margin-bottom: 25px;
        padding-bottom: 10px 0;

    }
    
    #header .background-video{
        max-height: 638px;
    }
    #header .partner-header p {

        font-size: 1.125rem;
        color: #FCBA2D;
        font-weight: 100;
        margin-right: 0px;
    } 
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width:767.98px) and (max-width: 991.98px) { 
    #header .info h3{
        font-size: 1.87rem;
    }
    #header .place ul{
        display: grid;
    }
    #header .place ul li{
        list-style: none;
    } 
    #header .place{
        padding: 15px 0;
    }
    #header .info p{
        font-size: 1.25rem;
    }
    #header .info span, #header .place ul li{
        font-size: 1rem;
    }
    
 }
 @media(min-width: 767.98px){
    #header .partner-header{
        position: absolute;
        top: 57px;
        left: 94px;
        transition: all .3s; /*Animation */
    }
}