#event-countdown, #event-livestreaming {
    position: absolute;
    font-style: italic;
    font-family: source-han-serif-sc, serif;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#event-countdown {
    top: 50%;
}
#event-countdown h2 {
    font-size: 2em;
    margin-top: 2px;
}
#event-livestreaming h2 {
    top: 0;
    font-size: 1em;
    margin-top: 15px;
}
#event-countdown .syotimer-cell, #event-countdown .syotimer-cell__value, #event-countdown .syotimer-cell__unit {
    float: left;
    margin-right: 2px;
}
#event-countdown .syotimer-cell__value {
    font-size: 4em;
    padding-right: 10px;
}
#event-countdown.reduced .syotimer-cell__value{
    padding-right: 3px;
}
#event-countdown .syotimer-cell__unit {
    margin-top: 50px;
}

#event-countdown.reduced {
    top: 0;
    left: 10px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#event-countdown.reduced h2{
    font-size: 2em;
    margin-right: 20px;
    float: left;
}
#event-countdown.reduced .syotimer-cell__value {
    font-size: 2em;
}
#event-countdown.reduced .syotimer-cell__unit {
    margin-top: 5px;
}

.header-hero.shrink #event-livestreaming {
    height: 50px;
}

.header-with-countdown .has-countdown {
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-with-countdown.shrink .has-countdown {
    padding-left: 610px;
}


.header-hero.shrink .banner-hero-page .claim-hero-page .btn-link-discover-collection.has-countdown a {
    /*margin-right: -530px;*/
}

.header-hero .banner-hero-page .claim-hero-page .btn-link-discover-collection.has-countdown a.block{
    margin-left: 30px;
    white-space: nowrap;
}

.header-hero.header-with-livestream {
    background-color: #000;
    position: static;
    margin-top: -60px;
}

#event-livestreaming {
    top:0;
}

@media only screen and (min-width: 992px) {
    #event-livestreaming {
        height: 100%;
        top:0;
    }
    #event-livestreaming #event-live {
        height: 80%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1329px) {
    .header-hero.shrink .banner-hero-page .claim-hero-page .btn-link-discover-collection.has-countdown a {
        /*margin-right: -240px;*/
    }

    .header-hero .banner-hero-page .claim-hero-page .btn-link-discover-collection.has-countdown a.block{
        padding-left: 0.31em;
        padding-right: 0.31em;
    }
}

@media only screen and (max-width: 991px) {
    .header-with-countdown .banner-hero-page .claim-hero-page {
        bottom: 60px;
    }
    #event-countdown {
        align-items: flex-start;
        bottom: 100px;
    }

    #event-countdown h2, #event-livestreaming h2 {
        font-size: 1.5em;
    }
    #event-countdown .syotimer-cell__value {
        font-size: 2em;
    }
    #event-countdown .syotimer-cell__unit {
        margin-top: 17px; /*was 22px;*/
        font-size: 0.7em;
    }
    #event-countdown.reduced {
        align-items: flex-start;
    }
    #event-countdown.reduced h2{
        display: none;
    }
    #event-countdown.reduced .syotimer-cell__value {
        margin-right: 5px;
    }
    .header-with-countdown .has-countdown {
        /*display: none;*/
        justify-content: left;
    }
    .countdown-hero-page {
        font-size: 11px;
    }

    #event-countdown h2,
    .countdown-hero-page {
        margin-left: 30px;
    }

    .header-hero.header-with-livestream .img-hero-page .btn-link-show-hide {
        top: 40px;
    }

    #event-livestreaming {
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        /*height: 32vh;*/
    }

    #event-livestreaming #event-live {
        width: 100%;
    }
}

/* Landscape only for iPad / Tablet ----------- */
@media only screen and (max-device-width : 767px) and (orientation : landscape) {
    #event-countdown.reduced h2 {
        font-size: 1em;
        margin-top: 13px;
    }
}

/* Landscape only for iPad / Tablet ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #event-countdown.reduced h2 {
        font-size: 1em;
        margin-top: 13px;
    }
}

@media only screen and (max-width : 1024px){
    .header-hero.header-with-video video#video {
        transform: translateY(0%) !important;
    }
}

.header-hero.header-with-video video#video {
    min-width: 100%;
}

video#video {
    min-width: 100%;
}

.video-cover-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 50px);
    position: absolute;
}

.header-with-countdown .claim-hero-page .long-title,
.header-with-countdown .claim-hero-page .short-title {
    display: none!important;
}

@media only screen and (max-width: 991px) {

    .header-with-countdown.shrink .banner-hero-page .claim-hero-page .show-shrink {
        padding-right: 10px;
    }

    .header-with-countdown.shrink .banner-hero-page .img-hero-page .countdown-hero-page {
        margin-left: 10px;
    }
}

.header-hero .banner-hero-page .btn-link-discover-collection.has-countdown a.block{
    width: auto;
    height: 2.5em;
    background-color: #FFF;
    color: #000000;
    text-align: center;
    padding-left: 5.31em;
    padding-right: 5.31em;
    text-decoration: none;
    display: block;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 2.5em;
    font-size: 14px;
    font-family: Noto Sans SC Sliced, sans-serif;
    white-space: nowrap;
}

.header-hero.shrink .banner-hero-page .btn-link-discover-collection.has-countdown a.block{
    margin-top: 0px;
}

.header-hero.shrink .banner-hero-page .btn-link-discover-collection.has-countdown{
    position: absolute;
    right: 85px;
    top: 12px;
    z-index: 1001;
}

@media only screen and (max-width: 991px) {

    .header-hero.shrink .banner-hero-page .btn-link-discover-collection.has-countdown{
        display: none;
    }

    .header-hero .banner-hero-page .btn-link-discover-collection.has-countdown a.block{
        margin-top: 20px;
    }

    .header-hero .banner-hero-page .btn-link-discover-collection.has-countdown{
        margin-left: 30px;
    }

    #event-countdown h2 {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1329px) {

    .header-hero .banner-hero-page .btn-link-discover-collection.has-countdown a.block{
        padding-left: 0.31em;
        padding-right: 0.31em;
    }
}
