
#trailerBlock {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    position: relative;
    padding-bottom: 100px;
}

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 350px;
}

#imgTop {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 250px;
}

#trailerContent {
    width: 100%;
    margin: 0 auto;

    position: relative;
    overflow: hidden;
}

#trailerList {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@keyframes fly-up {
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.videoWrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 75px;

    opacity: 0;
    transform: translateY(200px);
}

.videoTitle {
    padding-top: 72px;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 10px #e69e3f;
}

.videoDesc {
    width: 70%;
    margin: 0 auto 20px;

    font-size: 16px;
    text-shadow: 2px 2px 10px #e69e3f;
    color: white;
    text-align: center;
}

.videoContainer {
    background-image: var(--img-home-video);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 1000px;
    height: 550px;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}


.videoInner {
    width: 700px;
    height: 360px;
    margin: 0 auto;

    background-image: radial-gradient(circle closest-corner, #24e1f7, #1dc3d6);
    position: relative;
}

.videoPlaceholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


#cloud1 {
    width: 250px;
    left: calc(50% + 280px);
    top: 260px;
}

#cloud2 {
    width: 300px;
    left: calc(50% - 500px);
    top: 1000px;
}

#cloud3 {
    width: 275px;
    left: 50%;
    top: 1400px;
}

#cloud4 {
    width: 275px;
    left: calc(50% - 250px);
    bottom: 0;
}

#leaf1 {
    width: 75px;
    left: calc(50% + 390px);
    top: 100px;
    transform: rotateY(180deg);
}

#leaf2 {
    width: 100px;
    left: calc(50% - 100px);
    top: 810px;
}

#leaf3 {
    width: 90px;
    left: calc(50% - 475px);
    top: 2500px;
    transform: rotateZ(90deg);
}


#splitterBlock {
    background-image: var(--img-bg-cream);
    background-repeat: repeat;

    width: 100%;
    height: 175px;
    position: relative;
}

#splitterArea {
    background-image: var(--img-leaves-bar);
    background-repeat: repeat-x;
    background-size: auto 200px;
    background-position: left bottom;
    height: 260px;
}

#splitterWrapper {
    background-image: var(--img-red-grid);
    background-repeat: repeat;
    width: 100%;
    height: 128px;
}