.desktop {
    display: block;
}

.tablet {
    display: none;
}

.mobile {
    display: none;
}

html {
    background: #17081f;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 1.3;
}

.bold {
    font-family: 'Roboto', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.section {
    display: flex;
    justify-content: center;
    width: 100%;
}

.content {
    max-width: 1900px;
    position: relative;
    width: 100%;
}

.video-play {
    left: 50%;
    height: 70%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 70%;
}

.video-play .img-holder {
    background: url(../img/video-play.png)no-repeat center;
    height: 100%;
    width: 100%;
}

a:hover .video-play .img-holder{
    animation: 500ms pulse infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.hero {
    background: url(../img/hero-bg.jpg) #17081f no-repeat center;
    background-size: contain;
    height: 43vw;
    position: relative;
    max-height: 800px;
}

.hero:after {
    background: url(../img/hero-gradient.png) repeat-x;
    bottom: 0;
    content: '';
    height: 188px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hero .content {
    display:flex;
}

.hero .item-left {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    width: 45%;
}

.hero .item-left img {
    height: 94%;
}

.hero .item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}

.hero .item-right .header-text,
.hero .item-right p,
.hero .item-right .platforms {
    margin-left: 7%;
    max-width: 720px;
    width: 70%;
}

.hero .item-right p {
    margin: 22px auto 28px 7%;
}

.hero .item-right .platforms {
    display: flex;
    z-index: 10;
}

.hero .item-right .platforms img{
    height: 100%;
    width: auto;
}

.hero .item-right .platforms .platform-logo {
    cursor:pointer;
    height: 75px;
}

.hero .item-right .platforms .platform-logo:nth-child(1) {
    margin-right: 30px;
}

.hero .item-right img {
    transition: 300ms transform;
    width: 100%;
}

.hero .item-right .platform-logo:hover img {
    transform: scale(0.9);
}

.hero .separator {
    background: url(../img/separator.jpg) repeat-x;
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;

    box-shadow:
    0 0 15px 5px #ff0a46
}


.content-container {
    align-items: center;
    background: url(../img/content-bg.jpg)no-repeat center;
    background-size:cover;
    flex-direction: column;
    overflow:hidden;
    position: relative;
}

.content-container .coin {
    position: absolute;
}

.content-container .coin.coin1 {
    background: url(../img/Coin_1.png)no-repeat center;
    background-size: contain;
    left: 50%;
    height: 268px;
    top:120px;
    transform: translate3d(-910px, 0, 0);
    width: 268px;
}

.content-container .coin.coin2 {
    background: url(../img/Coin_2.png)no-repeat center;
    background-size: contain;
    left: 37%;
    height: 268px;
    top: 54.8%;
    transform: translate3d(620px, 0, 0);
    width: 268px;
}

.content-container .coin.coin3 {
    background: url(../img/Coin_3.png)no-repeat center;
    background-size: contain;
    left: 57%;
    height: 512px;
    top:27%;
    transform: translate3d(440px, 0, 0);
    width: 512px;
}

.content-container .coin.coin4 {
    background: url(../img/Coin_4.png)no-repeat center;
    background-size: contain;
    left: 54%;
    height: 182px;
    top:61%;
    transform: translate3d(-920px, 0, 0);
    width: 182px;
}

.content-container .coin.coin5 {
    background: url(../img/Coin_5.png)no-repeat center;
    background-size: contain;
    left: 50%;
    height: 400px;
    top:67%;
    transform: translate3d(280px, 0, 0);
    width: 400px;
}

.content-container .coin.coin6 {
    background: url(../img/Coin_6.png)no-repeat center;
    background-size: contain;
    left: 50%;
    height: 247px;
    top:84%;
    transform: translate3d(-1030px, 0, 0);
    width: 247px;
}

.content-container .coin.coin7 {
    background: url(../img/Coin_7.png)no-repeat center;
    background-size: contain;
    left: 37%;
    height: 260px;
    top:94.8%;
    transform: translate3d(650px, 0, 0);
    width: 260px;
}

.content-container .title-header {
    align-items: center;
    display: flex;
    margin-top: 60px;
    flex-direction: column;
    position: relative;
}

.content-container .title-header .description {
    margin: 10px auto;
    max-width: 1600px;
    text-align: center;
    width: calc( 100% - 30px ); 
}


.content-container .carousel {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    position: relative;
}

.content-container .carousel .items {
    width: 73%;
}

.content-container .carousel .item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
}

.content-container .carousel .item .item-object {
    position: relative;
}

.content-container .carousel .item .item-label {
    margin-top: 9%;
    opacity: 0;
    transition: 500ms transform, 200ms opacity 100ms;
    transform: translate3d(0, -200%, 0);
}

.content-container .carousel .item.slick-current .item-label,
.content-container .carousel .item.prev .item-label ,
.content-container .carousel .item.next .item-label  {
    opacity: 1;
}

.content-container .carousel .item.slick-current .item-label {
    transform: translate3d(0, 0, 0);
}

.content-container .carousel .item .item-object .phone{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.content-container .carousel .item .item-object .phone.phone-frame-left{
    left: 0;
    height: 100%;
    transform: scaleX(1.18) translateX(-6px);
    transform-origin: 0 50%;
    transition: 200ms transform;
    width: 100%;
}

.content-container .carousel .item .item-object .phone.phone-frame-left img{
    height: 100%;
}

.content-container .carousel .item .item-object .phone.phone-frame-right{
    left: 0;
    height: 100%;
    transform: scaleX(1.18) translateX(6px);
    transform-origin: 100% 50%;
    transition: 200ms transform;
    width: 100%;
}

.content-container .carousel .item .item-object .phone.phone-frame-right img{
    height: 100%;
}

.content-container .carousel .item .item-object {
    opacity: 0;
    position: relative;
    transform: perspective(1400px) rotateY(-125deg) scale(0.4);
    transform-origin: 50% 50%;
    transition: transform 300ms 50ms, opacity 50ms 25ms;
}

/*
    STRAIGHT-ON
*/

.content-container .carousel .item.slick-current .item-object {
    opacity: 1;
    position: relative;
    transform: perspective(1400px) rotateY(0deg) scale(1);
    transition: transform 300ms, opacity 400ms 200ms;
}

.content-container .carousel .item.slick-current .item-object .phone.phone-frame{
    opacity: 1;
}

.content-container .carousel .item.slick-current .item-object .phone.phone-frame-left{
    opacity:0;
    transform: scaleX(1);
}

.content-container .carousel .item.slick-current .item-object .phone.phone-frame-right{
    opacity:0;
    transform: scaleX(1);
}

/*
    LEFT ANGLE
*/

.content-container .carousel .item.prev .item-object {
    opacity: 1;
    transform: perspective(1400px) rotateY(-65deg) scale(0.8);
    transition: transform 300ms, opacity 400ms 200ms;

}

.content-container .carousel .item.prev .item-object .phone.phone-frame{
    opacity: 0;
}

.content-container .carousel .item.prev .item-object .phone.phone-frame-left{
    opacity:1;
    transform: scaleX(1.17);
}

.content-container .carousel .item.prev .item-object .phone.phone-frame-right{
    opacity:0;
    transform: scaleX(1);
}

/*
    RIGHT ANGLE
*/

.content-container .carousel .item.next .item-object {
    opacity: 1;
    transform: perspective(1400px) rotateY(65deg) scale(0.8);
    transition: transform 300ms, opacity 400ms 200ms;

}

.content-container .carousel .item.next .item-object .phone.phone-frame{
    opacity: 0;
}

.content-container .carousel .item.next .item-object .phone.phone-frame-left{
    opacity:0;
    transform: scaleX(1);
}

.content-container .carousel .item.next .item-object .phone.phone-frame-right{
    opacity:1;
    transform: scaleX(1.17);
}

.content-container .carousel .item .item-object .game {
    position: relative;
    width: 100%;
}

.content-container .carousel .item .item-object .phone img,
.content-container .carousel .item .item-object .game img {
    width: 100%;
}

.content-container .carousel .item .item-label {
    transform: translate3d(0, -200%, 0);
}

.content-container .carousel .item .item-label p {
    text-align: center;
}

.content-container .carousel .nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 100px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 73%;
}

.content-container .carousel .nav .arrow { 
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    overflow: visible;
    pointer-events: auto;
    position: relative;
    transition: 300ms transform;
    width:100px;
}

.content-container .carousel .nav .arrow .button-effect,
.content-container .carousel .nav .arrow .button-img {
    height: 100%;
    left:0;
    position: absolute;
    top:0;
    width: 100%;
}

.content-container .carousel .nav .arrow .button-effect {
    background: url(../img/carousel-arrow-effect.png)no-repeat;
    background-size: cover;
    opacity: 0.8;
    pointer-events: none;
    transform: scale(1.5);
}

.content-container .carousel .nav .arrow .button-img {
    background: url(../img/carousel-arrow.png)no-repeat;
    background-size: cover;
    transition: 300ms transform;
}

.content-container .carousel .nav .arrow:hover .button-img {
    transform: scale(1.1);
}

.content-container .carousel .nav .arrow.prev.slick-disabled,
.content-container .carousel .nav .arrow.next.slick-disabled{
    pointer-events: none;
    transform: scale(0);
}

.content-container .carousel .nav .arrow.next {
    transform: scaleX(-1);
}



.content-container .left-justified,
.content-container .right-justified {
    display: flex;
    justify-content: center;
    margin-top: 95px;
    position: relative;
}

.content-container .left-justified .bullet-img-container {
    position: relative;
    width: 32%;
}

.content-container .left-justified img {
    width: 100%;
}

.content-container img.glow {
    -webkit-filter: drop-shadow(0px 0px 20px #1e4de4);
    filter: drop-shadow(0px 0px 20px #1e4de4);
}

.content-container .left-justified .effect,
.content-container .right-justified .effect {
    left: 0;
    position: absolute;
    width: 100%;
}

.content-container .left-justified .effect.top,
.content-container .right-justified .effect.top {
    top:0;
}

.content-container .left-justified .effect.top {
    transform: scale(2) translate3d(-16%, -22%, 0);
}

.content-container .left-justified .effect.bottom,
.content-container .right-justified .effect.bottom {
    bottom:0;
    transform: translate3d(0, 30%, 0);
}

.content-container .left-justified .effect img,
.content-container .right-justified .effect img {
    width: 100%;
}

.content-container .left-justified .effect.bottom {
    transform: translate3d(0, 27%, 0);
}

.content-container .left-justified.last .effect.bottom {
    transform: translate3d(0, 69%, 0);
}

.content-container .left-justified .bullet-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    width: 36%;
}

.content-container .left-justified .bullet-copy img {
    width: 100%;
}

.content-container .left-justified .bullet-copy p {
    margin-top: 20px;
    width: 100%;
}



.content-container .left-justified.last {
    margin-bottom: 100px;
}

.content-container .right-justified a {
    margin-left: 5%;
    position: relative;
    width: 49%;
}

.content-container .right-justified img {
    width: 100%;
}

.content-container .right-justified .effect.top {
    transform: scale(1.7) translate3d(21%, -29%, 0);
}

.content-container .right-justified .effect.bottom {
    transform: translate3d(0, 51%, 0);
}

.content-container .right-justified .bullet-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 19%;
}

.content-container .right-justified .bullet-copy img {
    margin-left: 0;
    width: 100%;
}

.content-container .right-justified .bullet-copy p {
    margin-top: 20px;
    width: 100%;
}

.section.sticky {
    background: #160031;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 20;
}

.section.sticky .content {
    align-items: center;
    background: url(../img/sticky-bg.jpg) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding: 30px 0 40px;
}

.section.sticky .content .bg-art {
    left: 0;
    overflow:hidden;
    position: absolute;
    bottom: 0;
}

.section.sticky .content .bg-art .bg-char {
    vertical-align: top;
    width: 100%;
}

.section.sticky .content .bg-art .bg-coin-bleed-1 {
    position:absolute;
    right: 0;
    top: 0;
    transform: translate3d(34%, -35%, 0);
    width: 10%;
}

.section.sticky .content .bg-art .bg-coin-bleed-2 {
    position:absolute;
    right: 0;
    bottom: 0;
    transform: translate3d(-1%, 54%, 0);
    width: 9%;
}

.section.sticky h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    max-width: 1056px;
    position:relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.section.sticky .platforms {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.section.sticky .platforms .platform-logo:nth-child(2) {
    margin-left: 60px;
}

.section.sticky .platforms .platform-logo img {
    height: 80px;
    transition: 300ms transform;
}

.section.sticky .platforms .platform-logo:hover img {
    transform: scale(0.95);
}

footer.section {
    background: #030936;
    color: #fff;
    flex-direction: column;
}


footer.section a:active,
footer.section a:visited,
footer.section a:link {
    color: #fff;
    text-decoration: none;
}

footer .footer-section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: calc(100% - 40px);
}

footer .footer-section .left {
    display:flex;
}

footer .footer-section .right {
    display:flex;
}

footer .footer-section .right img {
    height: 56px;
}

footer .footer-section .right .logo {
    align-items: center;
    display: flex;
    justify-content: center;
}

footer .footer-section .right .logo:nth-child(2) {
    margin-left: 40px;
}

footer .footer-section:nth-child(2) {
    align-items: flex-start;
    border-top: 1px solid #000063;
    flex-direction: column;
}

footer .footer-section ul {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-section ul li {
    line-height: 2;
}

footer .footer-section ul:nth-child(2) {
    margin-left: 40px;
}

footer .footer-section p {
    font-size: 12px;
}

@media (max-width: 1900px){
    .hero {
        background-size: cover;
    }
    .hero .item-right img {
        width: 37vw;
    }

    .content-container .coin.coin1 {
        height: 13vw;
        top:8%;
        transform: translate3d(-52vw, 0, 0);
        width: 13vw;
    }
    
    .content-container .coin.coin2 {
        height: 13vw;
        top: 54.8%;
        transform: translate3d(36vw, 0, 0);
        width: 13vw;
    }
    
    .content-container .coin.coin3 {
        height: 27vw;
        top:27%;
        transform: translate3d(24vw, 0, 0);
        width: 27vw;
    }
    
    .content-container .coin.coin4 {
        height: 9.6vw;
        top: 48%;
        transform: translate3d(-47vw, 0, 0);
        width: 9.6vw;
    }
    
    .content-container .coin.coin5 {
        height: 21vw;
        top:67%;
        transform: translate3d(14vw, 0, 0);
        width: 21vw;
    }
    
    .content-container .coin.coin6 {
        height: 13vw;
        top:72%;
        transform: translate3d(-54vw, 0, 0);
        width: 13vw;
    }
    
    .content-container .coin.coin7 {
        height: 13vw;
        top: 94.8%;
        transform: translate3d(37vw, 0, 0);
        width: 13vw;
    }

    .content-container .title-header img{
        width:68vw;
    }

    .section.sticky .content {
        background-size: cover;
    }

    .section.sticky h1 {
        font-size: 2.1vw;
    }

    .section.sticky .platforms .platform-logo:nth-child(2) {
        margin-left: 3vw;
    }

    .section.sticky .platforms .platform-logo img {
        height: 4vw;
    }
}

@media (max-width: 1350px){
    html {
        font-size: 20px;
    }

    .hero .item-right .platforms .platform-logo {
        height: 55px;
    }
}

@media (max-width: 1040px){
    html {
        font-size: 16px;
    }

    .hero .item-right .platforms .platform-logo {
        height: 55px;
    }
}

@media (max-width: 860px){
    html {
        font-size: 14px;
    }

    .hero .item-right .platforms .platform-logo {
        height: 42px;
    }
}

@media (max-width: 768px){

    .desktop {
        display: none;
    }
    
    .tablet {
        display: block;
    }

    .mobile {
        display: none;
    }

    html {
        font-size: 24px;
    }

    .hero {
        height: auto;
        max-height: unset;
    }

    .hero:after {
        content: none;
    }

    .hero .content {
        display: block;
        justify-content: center;
    }

    .hero .item-left {
        left: 20vw;
        position: absolute;
        top: 6vw;
        width:60vw;
    }

    .hero .item-left img {
        height: auto;
        width: 100%;
    }

    .hero .item-right {
        align-items: center;
        margin: 64vw auto 0;
        overflow: hidden;
        padding-bottom: 10vw;
        position: relative;
        width: 100%;
    }

    .hero .item-right:before,
    .hero .item-right:after {
        content: '';
        position:absolute;
        width: 100%
    }

    .hero .item-right:before {
        background: rgba(0, 0, 0, 1);
        height: 100%;
        position: absolute;
        top: 25vw;
    }

    .hero .item-right:after {
        height:25vw;
        position: absolute;
        top: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

    .hero .item-right .header-text, 
    .hero .item-right p, 
    .hero .item-right .platforms {
        margin-left: auto;
        max-width: unset;
        position: relative;
        width: calc(100% - 30px);
        z-index: 1;
    }

    .hero .item-right .header-text {
        margin-left: 0px;
    }

    .hero .item-right .header-text img {
        width: 100%;
    }

    .hero .item-right p {
        text-align: center;
    }

    .hero .item-right .platforms {
        justify-content: center;
        margin-left: 0;
    }

    .hero .item-right .platforms .platform-logo {
        height: 11vw;
    }

    .content-container .coin.coin1 {
        height: 23vw;
        top: 11%;
        transform: translate3d(-55vw, 0, 0);
        width: 23vw;
    }
    
    .content-container .coin.coin2 {
        height: 17vw;
        top: 9%;
        transform: translate3d(38vw, 0, 0);
        width: 17vw;
    }
    
    .content-container .coin.coin3 {
        height: 32vw;
        top:31%;
        transform: translate3d(30vw, 0, 0);
        width: 32vw;
    }
    
    .content-container .coin.coin4 {
        height: 28.6vw;
        top: 45.5%;
        transform: translate3d(-62vw, 0, 0);
        width: 28.6vw;
    }
    
    .content-container .coin.coin5 {
        height: 29vw;
        top: 45%;
        transform: translate3d(14vw, 0, 0);
        width: 29vw;
    }
    
    .content-container .coin.coin6 {
        height: 51vw;
        top: 91.5%;
        transform: translate3d(-66vw, 0, 0);
        width: 51vw;
    }
    
    .content-container .coin.coin7 {
        height: 13vw;
        top:88%;
        transform: translate3d(37vw, 0, 0);
        width: 13vw;
    }


    .content-container .title-header img {
        width: calc(100% - 30px);
    }

    .content-container .title-header .description {
        margin: 20px auto;
        text-align: center;
        width: calc( 100% - 50px);
    }


    .content-container .carousel{
        flex-direction: column;
    }

    .content-container .carousel .items {
        width: 100%;
    }

    .slick-slider .slick-list {
        padding: 0 !important;
    }

    .content-container .carousel .slick-dots {
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        pointer-events: None;
    }

    .content-container .carousel .slick-dots li{
        background: #838383;
        border-radius: 50%;
        display: inline-block;
        height: 15px;
        margin-left: 20px;
        overflow: hidden;
        width: 15px;

        transition: 250ms background, 250ms box-shadow;
    }

    .content-container .carousel .slick-dots li:nth-child(1){
        margin-left: 0;
    }

    .content-container .carousel .slick-dots li.slick-active{
        background: #fffdff;
        box-shadow:
        0 0 15px 5px #fffdff
    }

    .content-container .carousel .slick-dots li button{
        display: none;
    }
/*
    .content-container .carousel .nav{
        left: auto;
        max-width: 450px;
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
    }
*/
    .content-container .carousel .nav{
        width: 96%;
    }

    .content-container .carousel .nav .dot-container {
        display: none;
    }

    .content-container .left-justified, 
    .content-container .right-justified {
        margin-top: 17vw;
    }

    .content-container .left-justified {
        display: flex;
        flex-direction: column-reverse;
    }

    .content-container .left-justified .bullet-img-container {
        width: calc( 100% - 30px);
    }

    .content-container .left-justified img {
        margin-left: 15px;
    }

    .content-container .left-justified .bullet-copy {
        margin: 0 0 6vw 40px;
        position: relative;
        width: calc( 100% - 80px );
    }

    .content-container .left-justified .bullet-copy p {
        text-align: center;
    }

    .content-container .right-justified {
        flex-direction: column;
    }

    .content-container .right-justified .bullet-copy {
        margin-bottom: 6vw;
        margin-left: 15px;
        position: relative;
        width: calc( 100% - 30px );
        z-index: 1;
    }

    .content-container .right-justified .bullet-copy p {
        text-align: center;
    }

    .content-container .right-justified a {
        margin-left: 15px;
        position: relative;
        width: calc( 100% - 30px );
    }

    .content-container .right-justified img {
        width: 100%;

    }

    .section.sticky .content {
        padding: 2vw 0 2vw;
    }

    .section.sticky .content .bg-art {
        display: none;
    }

    footer .footer-section .right img {
        height: 4vw;
    }

    footer .footer-section:nth-child(2) {
        align-items: center;
    }

    footer .footer-section p {
        text-align: center;
    }

}

@media (max-width: 501px){

    .desktop {
        display: none;
    }
    
    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }


    .content-container .carousel .nav .arrow {
        height: 12vw;
        width: 12vw;
    }

    .content-container .carousel .nav .arrow .arrow-icon:before, 
    .content-container .carousel .nav .arrow .arrow-icon:after {
        height:0.8vw;
        top: 50% !important;
    }

    .content-container .carousel .nav .arrow:hover .arrow-icon {
        transform: translate3d(3px, -2px, 0);
    }

    .hero .item-left {
        left: 15px;
        width: calc( 100% - 30px ); 
    }

    .hero .item-right .header-text, 
    .hero .item-right p, 
    .hero .item-right .platforms {
        width: 75vw;
    }

    .hero .item-right {
        margin: 105vw auto 0;
    }

    .hero .item-right:before {
        top: 45vw;
    }

    .hero .item-right:after {
        height: 45vw;
    }

    .hero .item-right p {
        margin: 45px auto 50px;
    }

    .hero .item-right .platforms {
        align-items: center;
        flex-direction: column;
    }

    .hero .item-right .platforms .platform-logo {
        height: auto;
        width: 252px;
    }

    .hero .item-right .platforms .platform-logo:nth-child(1) {
        margin-right: 0;
    }

    .hero .item-right .platforms img {
        height: auto;
        width: 100%;
    }


    .content-container .title-header img {
        width: calc( 100% - 150px );
    }

    .content-container .title-header .description {
        margin: 11vw auto;
    }

    .content-container .carousel {
        margin-top: 0;
    }

    .content-container .carousel .item {
        align-items: center;
    }

    .content-container .carousel .item .item-object {
        width: 68%;
    }

    .content-container .left-justified .bullet-copy {
        align-items: center;
    }

    .content-container .left-justified .bullet-copy img {
        margin-left: 0;
        width: 86%;
    }

    .content-container .left-justified .bullet-copy p {
        margin-top: 9vw;
    }

    .content-container .right-justified .bullet-copy {
        align-items: center;
    }

    .content-container .right-justified .bullet-copy img {
        width: calc( 100% - 110px );
    }

    .content-container .right-justified .bullet-copy p {
        margin-top: 9vw;
    }

    .section.sticky h1 {
        font-size: 3.5vw;
    }

    .section.sticky .platforms .platform-logo img {
        height: 7vw;
    }

    footer .footer-section {
        flex-direction: column;
    }

    footer .footer-section .left {
        flex-direction: column;
        margin-top: 4vw;
    }

    footer .footer-section ul:nth-child(2) {
        margin-left: 0;
    }

    footer .footer-section ul li {
        text-align: center;
    }

    footer.section a:active, 
    footer.section a:visited, 
    footer.section a:link {
        font-size: 12px;
    }

    footer .footer-section .right {
        margin-top: 1em;
    }

    footer .footer-section .right img {
        height: 7vw;
    }
}