* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#banner {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    cursor: pointer;
}

#clickthrough {
	display: none;
	pointer-events: none;
}

#content {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Main elements styling */
.main-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.logo {
    position: absolute;
	bottom: 18px;
	right: 18px;
    width: 72px;
    height: auto;
    z-index: 5;
}

.brand-passion {
    position: absolute;
    left: 173px;
    top: 22px;
    width: 58px;
    height: auto;
    z-index: 5;
}

/* Sequence elements styling */
.sequence-elements,
.sequence-elements > div
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.sequence-2 {
    position: relative;
    isolation: isolate;
    z-index: 2;
}

.hl-1 {
    position: absolute;
    width: 197px;
    height: auto;
	bottom: 74px;
	left: 26px;
}

.brands-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.brands {
    position: absolute;
    top: -168px;
    left: 24px;
    width: 204px;
    height: 580px;
    background-image: url('../images/brands.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;

    mix-blend-mode: overlay;
    opacity: 1;
    pointer-events: none;
}

.background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/background.jpg');  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
}

.packshots {
    position: absolute;
    width: 240px;
    opacity: 0;
    height: auto;
    top: -146px;
    left: -16px;
    will-change: transform;
    transform: scale3d(0.92, 0.92, 1) translateZ(0);
    backface-visibility: hidden;
    image-rendering: auto;
}


.packshots-2 {
    width: 189px;
    top: -85px;
    left: -21px;
}

.cta {
    position: absolute;
    width: 97px;
    height: auto;
    left: 17px;
    top: 208px;
}

.hl-2 {
    position: absolute;
    width: 152px;
    height: auto;
    top: 36px;
    left: 79px;
}

.animated-line {
    position: absolute;
    width: 215px;
    height: 1px;
    background-color: #ffffff;
    top: 18px;
    left: 18px;
    transform-origin: left center;
    opacity: 1;
    z-index: 10;
}

#clickthrough {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    background: transparent;
}