﻿/*
 * IMPORTANT NOTE: This file is licensed only for use in providing the MyView Studio service,
 * or any part thereof, and is subject to the MyView Studio Terms and Conditions. You may not
 * copy this file to another platform without MyView Studio's written consent.
*/

html {
    -webkit-font-smoothing: antialiased; /* To fix Safari's weight inconsistency */
    background-color: #25333D;
}


/* Basics */

img {
    outline: 0;
    border: none;
    display: block;
}


/* Fonts */

@font-face {
    font-family: 'Sofia Pro Regular';
    src: url('../fonts/SofiaProRegular.eot');
    src: url('../fonts/SofiaProRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/SofiaProRegular.woff2') format('woff2'), url('../fonts/SofiaProRegular.woff') format('woff'), url('../fonts/SofiaProRegular.svg#sofia_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro Bold';
    src: url('../fonts/SofiaProBold.eot');
    src: url('../fonts/SofiaProBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SofiaProBold.woff2') format('woff2'), url('../fonts/SofiaProBold.woff') format('woff'), url('../fonts/SofiaProBold.svg#sofia_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Containers */

html, body {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    overflow-x: hidden;
}


a {
    text-decoration: none;
}


li a {
    text-decoration: none;
    color: #ffffff;
}

a[href=""], a:hover, a:visited, a:active {
    color: inherit !important;
    text-decoration: none !important;
}


.main {
    min-height: 100%;
    min-width: 1440px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}


.bg-ebony-clay {
    background-color: #25333D;
}


.bg-white {
    background-color: #ffffff;
}


.position-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
}


    .position-center img {
        display: inline-block !important;
    }


.clear {
    clear: both;
}



/* Header */

.header-logo {
    display: block;
}

    .header-logo a {
        display: block;
        width: 50px;
        height: 56px;
        position: relative;
    }

        .header-logo a::before, .header-logo a::after {
            opacity: 0;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            transition: 0.5s opacity ease;
        }

        .header-logo a::before {
            opacity: 1;
            background-image: url('../images/DMD_logo_White.png');
        }

    .header-logo.red a::after {
        opacity: 1;
    }

    .header-logo a::after {
        background-image: url('../images/DMD_logo_Red.png');
    }

.position-top-left {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 10;
}

.position-top {
    position: fixed;
    top: 0;
    margin: 50px 0 50px 50px;
    z-index: 10;
}



/* Menue */

.menu-box {
    display: none;
}



/* Home */

.background-home {
    background: url(../images/Home-BG-DT.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* The recent update of iOS don't need that fix, 06-2020, keeping is something change */
/*.not-windows h1 {
  margin-bottom:-0.3em;
}*/

h1 {
    font-family: 'Sofia Pro Bold', Arial, san-serif;
    font-weight: normal;
    color: #FF1716;
    text-align: center;
    line-height: 1em;
    font-size: 280px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
}

    h1 .letter-spacing {
        letter-spacing: -10px;
    }

.work-hero h1 {
    font-size: 220px;
}

.left-arrow {
    position: fixed;
    top: 50%;
    left: 50px;
    z-index: 1;
    transition: left 700ms;
}

    .left-arrow:hover {
        left: 75px;
        transition: left 700ms;
    }

.right-arrow {
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 1;
    transition: right 700ms;
}

    .right-arrow:hover {
        right: 75px;
        transition: right 700ms;
    }



/* Work */

#my-work {
    position: relative;
    min-height: 100%;
    width: 100%;
    height: auto;
}

.left-box {
    position: absolute;
    top: 50vh;
    left: 0;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0;
    margin-bottom: 0;
    width: 160px;
    z-index: 1;
    transition: margin 700ms;
    filter: brightness(1) contrast(100%) invert(0);
    -webkit-filter: brightness(1) contrast(100%) invert(0);
}

.left-box-color {
    filter: brightness(0) contrast(100%) invert(1);
    -webkit-filter: brightness(0) contrast(100%) invert(1);
}

.left-box:hover {
    margin-left: 75px;
    transition: margin 700ms;
}

.left-box.fixed-on {
    position: fixed;
    top: 150px;
    left: 0;
}

.right-box {
    position: relative;
}

.work-state {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

    .work-state > * {
        align-self: center;
    }

.work-content {
    width: 100vw;
    max-width: 1000px;
    height: 622px;
    margin: -86px auto 0 auto;
    display: block;
}

    .work-content * {
        pointer-events: none !important;
    }

    .work-content ~ .work-content {
        margin-top: 114px;
    }

.the-last {
    margin-bottom: 150px;
}

h2 {
    font-family: 'Sofia Pro Bold', Arial, san-serif;
    font-weight: normal;
    color: #FF1716;
    text-align: center;
    line-height: 130px;
    font-size: 130px;
    letter-spacing: -1px;
}

.position-h2 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.mp-0 {
    margin: 0;
    padding: 0;
}



/* Work - project details */

.work-details {
    position: relative;
}


.work-logo {
    position: fixed;
    top: 0;
    margin: 50px;
    z-index: 1;
}

.work-arrow {
    position: fixed;
    top: 156px;
    margin: 0px 50px 0 50px;
    z-index: 1;
    transition: margin 700ms;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 600ms;
}


.last-one {
    transition: margin 700ms;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 600ms;
}

.pn-arrows {
    display: block;
    position: fixed;
    top: 186px;
    margin: 0px 50px 0 50px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 600ms;
}

.pn-arrows-N {
    margin: 0px 50px 0 44px;
}

.pn-arrows img {
    display: inline-block;
}

.opacity-zero {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 600ms, opacity 600ms;
}

.work-arrow:hover {
    margin-left: 75px;
    transition: margin 700ms;
}

.pn-arrows-mobile {
    display: none;
}

.work-hero {
    position: relative;
    height: 100vh;
    width: 100vw;
    margin: 0px auto 0 auto;
    background-color: #25333D;
}

.background-Apple-Header {
    background: url(../images/Work-Apple-Header-DT.jpg) no-repeat center center;
}

.background-BA-Header {
    background: url(../images/Work-BA-Header-DT.jpg) no-repeat center center;
}

.background-ECB-Header {
    background: url(../images/Work-ECB-Header-DT.jpg) no-repeat center center;
}

.background-EY-Header {
    background: url(../images/Work-EY-Header-DT.jpg) no-repeat center center;
}

.background-Educate-Header {
    background: url(../images/Work-Educate-Header-DT.jpg) no-repeat center center;
}

.background-Nike-Header {
    background: url(../images/Work-Nike-Header-DT.jpg) no-repeat center center;
}

.background-BT-Header {
    background: url(../images/Work-BT-Header-DT.jpg) no-repeat center center;
}

.background-Samsung-Header {
    background: url(../images/Work-Samsung-Header-DT.jpg) no-repeat center center;
}

.background-CC-Header {
    background: url(../images/Work-CC-Header-DT.jpg) no-repeat center center;
}

.background-CamdenTown-Header {
    background: url(../images/Work-CamdenTown-Header-DT.jpg) no-repeat center center;
}

.background-FunStops-Header {
    background: url(../images/Work-FunStops-Header-DT.jpg) no-repeat center center;
}

.background-Cadburys-Header {
    background: url(../images/Work-Cadburys-Header-DT.jpg) no-repeat center center;
}

.background-Ai-Header {
    background: url(../images/Work-Ai-Header-DT.png) no-repeat center center;
}

.background-Animations-Header {
    background: url(../images/Work-Animations-Header-DT.jpg) no-repeat center center;
}

.background-Extinction-Header {
    background: url(../images/Work-Extinction-Header-DT.jpg) no-repeat center center;
}

.background-SOPL-Header {
    background: url(../images/Work-SOPL-Header-DT.jpg) no-repeat center center;
}

.background-Pepsi-Header {
    background: url(../images/Work-Pepsi-Header-DT.jpg) no-repeat center center;
}

.background-Boots-Header {
    background: url(../images/Work-Boots-Header-DT.jpg) no-repeat center center;
}

.background-Apple-Header, .background-BA-Header, .background-ECB-Header, .background-EY-Header, .background-Educate-Header, .background-Nike-Header, .background-BT-Header, 
.background-Samsung-Header, .background-CC-Header, .background-CamdenTown-Header, .background-FunStops-Header, .background-Cadburys-Header, .background-Ai-Header, 
.background-Animations-Header, .background-Extinction-Header, .background-SOPL-Header, .background-Pepsi-Header, .background-Boots-Header {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: transparent;
    height: 100vh;
    margin: 0 auto;
}

.position-h1 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.work-description {
    max-width: 1440px;
    margin: 140px auto;
    padding: 0px 240px;
}

    .work-description h2 {
        font-family: 'Sofia Pro Bold', Arial, san-serif;
        font-weight: normal;
        line-height: 90px;
        font-size: 64px;
        color: #ffffff;
        text-align: left;
        margin: 0;
        padding: 0px 0 30px 0;
    }

    .work-description p {
        line-height: 30px;
        font-size: 18px;
        color: #ffffff;
        font-family: 'Sofia Pro Regular', Arial, san-serif;
        font-weight: normal;
        text-align: left;
        letter-spacing: -0.65px;
        margin: 0;
        padding: 0;
    }

    .work-description .work-link {
        font-family: 'Sofia Pro Bold', Arial, san-serif;
        font-weight: normal;
        padding: 30px 0 0 0;
        color: #FF1716;
    }

    .work-description .paddingT-30 {
        padding: 30px 0 0 0;
    }

.work-images-01, .work-images-02 {
    width: 100%;
}

.colorBG-e1 {
    background-color: #e1e1e1;
}

.colorBG-00 {
    background-color: #000000;
}

.colorBG-bb {
    background-color: #bbc9d6;
}

.colorBG-fa {
    background-color: #fafafa;
}

.work-images-01 img {
    margin: 0 auto;
}

.work-images-02 img {
    max-width: 1000px;
    max-height: 1000px;
    margin: 0 auto;
}

.anim-BG-BT {
    background: url(../images/Work-BT_03-BG.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-color: transparent;
}

.anim-BG-Anim1 {
    background: url(../images/Work-Animations_01-BG.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-color: transparent;
}

.work-images-01 video, .work-images-02 video {
    vertical-align: middle;
}

.index-10 {
    z-index: 10;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.video-bg-on {
    display: block !important;
}

.pTB-140 {
    padding: 140px 0;
}

.pT-140 {
    padding: 140px 0 0 0;
}

.pB-140 {
    padding: 0 0 140px 0;
}

.work-footer {
    margin: 120px 0 140px 0;
}

    .work-footer img {
        display: block;
        margin: 0 auto;
    }



/* About */

#about-me {
    min-height: 100vh;
    min-width: 100vw;
}

.about-copy {
    display: block;
    width: 50%;
    height: 100vh;
    margin: 0;
    float: left;
    background-color: #ffffff;
    transform: translate(0%,0%);
}

.copy-box {
    position: relative;
    top: 25%;
    width: 350px;
    margin: 0 auto;
}

.about-img {
    display: block;
    width: 50%;
    height: 100vh;
    margin: 0;
    float: right;
    background-color: transparent;
    background: url(../images/About-MDM.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transform: translate(0%,0%);
}

.copy-box p {
    text-align: left;
    letter-spacing: -0.65px;
    margin: 0;
}

.p-name {
    font-family: 'Sofia Pro Bold', Arial, san-serif;
    font-weight: normal;
    color: #FF1716;
    line-height: 40px;
    font-size: 28px;
}

.p-title {
    font-family: 'Sofia Pro Bold', Arial, san-serif;
    font-weight: normal;
    color: #25333D;
    line-height: 64px;
    font-size: 64px;
    padding: 10px 0 25px 0;
}

.p-copy {
    font-family: 'Sofia Pro Regular', Arial, san-serif;
    font-weight: normal;
    color: #25333D;
    line-height: 30px;
    font-size: 18px;
}

.p-copy-red {
    font-family: 'Sofia Pro Bold', Arial, san-serif;
    font-weight: normal;
    color: #FF1716;
    line-height: 30px;
    font-size: 18px;
    padding: 30px 0 30px 0;
}

.paddingB-60 {
    padding-bottom: 60px;
}



/* Footer */

.footer-logo {
    display: none;
    z-index: 1;
}

.position-bottom-center {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-bottom {
    position: relative;
    bottom: 60px;
    margin-left: calc(50% - 20px);
}



/* Font Animation */

@keyframes fontEaseIn {

    0% {
        transform: scale(3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.easeIn-font {
    animation: 0.6s ease-in 0s 1 fontEaseIn;
}


@media only screen and (min-width: 768px) {

    /* Project Header Animation */

    @keyframes easeInEYHeader {

        0% {
            opacity: 1;
            transform: perspective(300px) translateZ(300px);
        }

        100% {
            opacity: 0;
            transform: perspective(0px) translateZ(0px);
        }
    }

    /* Work Header Hover Animation */

    .work-content {
        position: relative;
        transform: scale(0.882);
        overflow: visible;
        transition: 0.5s transform ease-in-out;
    }

        .work-content:hover, .work-content:active {
            transform: scale(1.0);
            transition: 0.6s transform ease-in-out;
        }

        .work-content h2 {
            transition: 0.4s opacity ease-in;
            opacity: 1;
        }

        .work-content:hover h2, .work-content:active h2 {
            opacity: 0;
        }

    @keyframes workHover {

        0% {
            opacity: 0.5;
            transform: scale(1.0);
        }

        100% {
            opacity: 1;
            transform: scale(1.1337868481);
        }
    }

    .work-content .work-content-background::before, .work-content .work-content-overlay::before {
        content: "";
        display: block;
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .work-content .work-content-background, .work-content .work-content-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 100%;
        width: 100%;
        opacity: 0;
        overflow: hidden;
        transition: 0.75s opacity ease-in-out;
    }

    .work-content .work-content-background {
        opacity: 1;
    }

    .work-content:hover .work-content-overlay {
        opacity: 1;
    }

    .background-Apple-Work .work-content-background::before {
        background-image: url(../images/Work-Apple-Header-DT.jpg) !important;
    }

    .background-Apple-Work .work-content-overlay::before {
        background-image: url(../images/Work-Apple-Header-DT-ST1.jpg) !important;
    }

    .background-BA-Work .work-content-background::before {
        background-image: url(../images/Work-BA-Header-DT.jpg) !important;
    }

    .background-BA-Work .work-content-overlay::before {
        background-image: url(../images/Work-BA-Header-DT-ST1.jpg) !important;
    }

    .background-ECB-Work .work-content-background::before {
        background-image: url(../images/Work-ECB-Header-DT.jpg) !important;
    }

    .background-ECB-Work .work-content-overlay::before {
        background-image: url(../images/Work-ECB-Header-DT-ST1.jpg) !important;
    }

    .background-EY-Work .work-content-background::before {
        background-image: url(../images/Work-EY-Header-DT.jpg) !important;
    }

    .background-EY-Work .work-content-overlay::before {
        background-image: url(../images/Work-EY-Header-DT-ST1.jpg) !important;
    }

    .background-Educate-Work .work-content-background::before {
        background-image: url(../images/Work-Educate-Header-DT.jpg) !important;
    }

    .background-Educate-Work .work-content-overlay::before {
        background-image: url(../images/Work-Educate-Header-DT-ST1.jpg) !important;
    }

    .background-Nike-Work .work-content-background::before {
        background-image: url(../images/Work-Nike-Header-DT.jpg) !important;
    }

    .background-Nike-Work .work-content-overlay::before {
        background-image: url(../images/Work-Nike-Header-DT-ST1.jpg) !important;
    }

    .background-BT-Work .work-content-background::before {
        background-image: url(../images/Work-BT-Header-DT.jpg) !important;
    }

    .background-BT-Work .work-content-overlay::before {
        background-image: url(../images/Work-BT-Header-DT-ST1.jpg) !important;
    }

    .background-Samsung-Work .work-content-background::before {
        background-image: url(../images/Work-Samsung-Header-DT.jpg) !important;
    }

    .background-Samsung-Work .work-content-overlay::before {
        background-image: url(../images/Work-Samsung-Header-DT-ST1.jpg) !important;
    }

    .background-CC-Work .work-content-background::before {
        background-image: url(../images/Work-CC-Header-DT.jpg) !important;
    }

    .background-CC-Work .work-content-overlay::before {
        background-image: url(../images/Work-CC-Header-DT-ST1.jpg) !important;
    }

    .background-CamdenTown-Work .work-content-background::before {
        background-image: url(../images/Work-CamdenTown-Header-DT.jpg) !important;
    }

    .background-CamdenTown-Work .work-content-overlay::before {
        background-image: url(../images/Work-CamdenTown-Header-DT-ST1.jpg) !important;
    }

    .background-FunStops-Work .work-content-background::before {
        background-image: url(../images/Work-FunStops-Header-DT.jpg) !important;
    }

    .background-FunStops-Work .work-content-overlay::before {
        background-image: url(../images/Work-FunStops-Header-DT-ST1.jpg) !important;
    }

    .background-Cadburys-Work .work-content-background::before {
        background-image: url(../images/Work-Cadburys-Header-DT.jpg) !important;
    }

    .background-Cadburys-Work .work-content-overlay::before {
        background-image: url(../images/Work-Cadburys-Header-DT-ST1.jpg) !important;
    }

    .background-Ai-Work .work-content-background::before {
        background-image: url(../images/Work-Ai-Header-DT.png) !important;
    }

    .background-Ai-Work .work-content-overlay::before {
        background-image: url(../images/Work-Ai-Header-DT-ST1.png) !important;
    }

    .background-Animations-Work .work-content-background::before {
        background-image: url(../images/Work-Animations-Header-DT.jpg) !important;
    }

    .background-Animations-Work .work-content-overlay::before {
        background-image: url(../images/Work-Animations-Header-DT-ST1.jpg) !important;
    }

    .background-Extinction-Work .work-content-background::before {
        background-image: url(../images/Work-Extinction-Header-DT.jpg) !important;
    }

    .background-Extinction-Work .work-content-overlay::before {
        background-image: url(../images/Work-Extinction-Header-DT-ST1.jpg) !important;
    }

    .background-SOPL-Work .work-content-background::before {
        background-image: url(../images/Work-SOPL-Header-DT.jpg) !important;
    }

    .background-SOPL-Work .work-content-overlay::before {
        background-image: url(../images/Work-SOPL-Header-DT-ST1.jpg) !important;
    }

    .background-Pepsi-Work .work-content-background::before {
        background-image: url(../images/Work-Pepsi-Header-DT.jpg) !important;
    }

    .background-Pepsi-Work .work-content-overlay::before {
        background-image: url(../images/Work-Pepsi-Header-DT-ST1.jpg) !important;
    }

    .background-Boots-Work .work-content-background::before {
        background-image: url(../images/Work-Boots-Header-DT.jpg) !important;
    }

    .background-Boots-Work .work-content-overlay::before {
        background-image: url(../images/Work-Boots-Header-DT-ST1.jpg) !important;
    }

    .background-Apple-Work, .background-BA-Work, .background-ECB-Work, .background-EY-Work, .background-Educate-Work, .background-Nike-Work, 
    .background-BT-Work, .background-Samsung-Work, .background-CC-Work, .background-CamdenTown-Work, .background-FunStops-Work, .background-Cadburys-Work, 
    .background-Ai-Work, .background-Animations-Work, .background-Extinction-Work, .background-SOPL-Work, .background-Pepsi-Work, .background-Boots-Work {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-color: transparent;
    }

    @keyframes opacity1To0 {

        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }



    /* Arrow Animation */

    @keyframes arrowEaseInLeft {

        0% {
            transform: translateX(-230px);
            opacity: 0;
        }

        50% {
            transform: translateX(-230px);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .easeIn-arrow-left {
        animation: 1.3s ease-in 0s 1 arrowEaseInLeft;
    }

    @keyframes arrowEaseInRight {

        0% {
            transform: translateX(230px);
            opacity: 0;
        }

        50% {
            transform: translateX(230px);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .easeIn-arrow-right {
        animation: 1.3s ease-in 0s 1 arrowEaseInRight;
    }
}


/* Media Queries */

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

    .main {
        min-width: 100%;
    }

    .work-description {
        margin: 0 20px;
        padding: 80px 60px;
    }

    .work-images-01 img, .work-images-01 video {
        width: 100% !important;
        height: auto;
    }
}


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

    h1 {
        font-size: 220px;
    }

    .work-hero h1 {
        font-size: 200px;
    }
}

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

    .work-state img, .work-images-02 img, .work-images-02 video {
        width: 100% !important;
        height: auto;
    }
}

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

    h1 {
        font-size: 160px;
    }

    .work-hero h1 {
        font-size: 150px;
    }
}

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

    .work-content {
        width: 100% !important;
        height: 85vw !important;
        margin-top: 0 !important;
    }

    h2 {
        line-height: 130px;
        font-size: 130px;
    }
}

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

    h1 {
        font-size: 130px;
    }

    .work-hero h1 {
        font-size: 120px;
    }
}

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

    .pTB-140 {
        padding: 30px 0;
    }

    .pT-140 {
        padding: 30px 0 0 0;
    }

    .pB-140 {
        padding: 0 0 30px 0;
    }

    .position-top, .position-top-left, .header-logo, .work-logo, .right-arrow, .left-arrow, .left-box, .work-arrow, .hideMenu {
        display: none !important;
    }

    .background-home {
        background-image: url(../images/Home-BG-MB.jpg) !important;
    }

    .background-Apple-Work {
        background-image: url(../images/Work-Apple-MB.jpg) !important;
    }

        .background-Apple-Work:hover, .background-Apple-Work:active {
            background-image: url(../images/Work-Apple-MB-ST2.jpg) !important;
        }

    .background-BA-Work {
        background-image: url(../images/Work-BA-MB.jpg) !important;
    }

        .background-BA-Work:hover, .background-BA-Work:active {
            background-image: url(../images/Work-BA-MB-ST2.jpg) !important;
        }

    .background-ECB-Work {
        background-image: url(../images/Work-ECB-MB.jpg) !important;
    }

        .background-ECB-Work:hover, .background-ECB-Work:active {
            background-image: url(../images/Work-ECB-MB-ST2.png) !important;
        }

    .background-EY-Work {
        background-image: url(../images/Work-EY-MB.jpg) !important;
    }

        .background-EY-Work:hover, .background-EY-Work:active {
            background-image: url(../images/Work-EY-MB-ST2.jpg) !important;
        }

    .background-Educate-Work {
        background-image: url(../images/Work-Educate-MB.jpg) !important;
    }

        .background-Educate-Work:hover, .background-Educate-Work:active {
            background-image: url(../images/Work-Educate-MB-ST2.jpg) !important;
        }

    .background-Nike-Work {
        background-image: url(../images/Work-Nike-MB.jpg) !important;
    }

        .background-Nike-Work:hover, .background-Nike-Work:active {
            background-image: url(../images/Work-Nike-MB-ST2.jpg) !important;
        }

    .background-BT-Work {
        background-image: url(../images/Work-BT-MB.jpg) !important;
    }

        .background-BT-Work:hover, .background-BT-Work:active {
            background-image: url(../images/Work-BT-MB-ST2.jpg) !important;
        }

    .background-Samsung-Work {
        background-image: url(../images/Work-Samsung-MB.jpg) !important;
    }

        .background-Samsung-Work:hover, .background-Samsung-Work:active {
            background-image: url(../images/Work-Samsung-MB-ST2.jpg) !important;
        }

    .background-CC-Work {
        background-image: url(../images/Work-CC-MB.jpg) !important;
    }

        .background-CC-Work:hover, background-CC-Work:active {
            background-image: url(../images/Work-CC-MB-ST2.jpg) !important;
        }

    .background-CamdenTown-Work {
        background-image: url(../images/Work-CamdenTown-MB.jpg) !important;
    }

        .background-CamdenTown-Work:hover, .background-CamdenTown-Work:active {
            background-image: url(../images/Work-CamdenTown-MB-ST2.jpg) !important;
        }

    .background-FunStops-Work {
        background-image: url(../images/Work-FunStops-MB.jpg) !important;
    }

        .background-FunStops-Work:hover, .background-FunStops-Work:active {
            background-image: url(../images/Work-FunStops-MB-ST2.jpg) !important;
        }

    .background-Cadburys-Work {
        background-image: url(../images/Work-Cadburys-MB.jpg) !important;
    }

        .background-Cadburys-Work:hover, .background-Cadburys-Work:active {
            background-image: url(../images/Work-Cadburys-MB-ST2.jpg) !important;
        }

    .background-Ai-Work {
        background-image: url(../images/Work-Ai-MB.png) !important;
    }

        .background-Ai-Work:hover, .background-Ai-Work:active {
            background-image: url(../images/Work-Ai-MB-ST2.png) !important;
        }

    .background-Animations-Work {
        background-image: url(../images/Work-Animations-MB.jpg) !important;
    }

        .background-Animations-Work:hover, .background-Animations-Work:active {
            background-image: url(../images/Work-Animations-MB-ST2.jpg) !important;
        }

    .background-Extinction-Work {
        background-image: url(../images/Work-Extinction-MB.jpg) !important;
    }

        .background-Extinction-Work:hover, .background-Extinction-Work:active {
            background-image: url(../images/Work-Extinction-MB-ST2.jpg) !important;
        }

    .background-SOPL-Work {
        background-image: url(../images/Work-SOPL-MB.jpg) !important;
    }

        .background-SOPL-Work:hover, .background-SOPL-Work:active {
            background-image: url(../images/Work-SOPL-MB-ST2.jpg) !important;
        }

    .background-Pepsi-Work {
        background-image: url(../images/Work-Pepsi-MB.jpg) !important;
    }

        .background-Pepsi-Work:hover, .background-Pepsi-Work:active {
            background-image: url(../images/Work-Pepsi-MB-ST2.jpg) !important;
        }

    .background-Boots-Work {
        background-image: url(../images/Work-Boots-MB.jpg) !important;
    }

        .background-Boots-Work:hover, .background-Boots-Work:active {
            background-image: url(../images/Work-Boots-MB-ST2.jpg) !important;
        }

    .background-Apple-Work, .background-BA-Work, .background-ECB-Work, .background-EY-Work, .background-Educate-Work, .background-Nike-Work, .background-BT-Work, 
    .background-Samsung-Work, .background-CC-Work, .background-CamdenTown-Work, .background-FunStops-Work, .background-Cadburys-Work, .background-Ai-Work, 
    .background-Animations-Work, .background-Extinction-Work, .background-SOPL-Work, .background-Pepsi-Work, .background-Boots-Work {
        background-size: cover !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-color: transparent !important;
    }

    .menu-box {
        display: block !important;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 11;
    }

    .addBox {
        width: 100vw;
        height: 100vh;
        background-color: #FF1716;
    }

    .showMenu, .footer-logo {
        display: block !important;
    }

    .menu-start {
        font-family: 'Sofia Pro Regular', Arial, san-serif;
        font-weight: bold;
        color: #ffffff;
        text-align: left;
        line-height: 30px;
        font-size: 28px;
        margin: 25px 0 25px 25px;
        background-color: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        position: fixed;
        bottom: 0;
        left: 0;
        transition: bottom 300ms;
    }

    .about-me .menu-start {
        color: #000000;
    }

    .menu-list {
        margin: 0 auto 0 auto;
        height: 100%;
    }

        .menu-list ul {
            list-style: none;
            list-style-type: none;
            padding: 0px 0 0px 0;
            margin: 0;
        }

        .menu-list li {
            font-family: 'Sofia Pro Bold', Arial, san-serif;
            font-weight: normal;
            color: #ffffff;
            text-align: center;
            line-height: 72px;
            font-size: 70px;
        }

        .menu-list .close {
            font-family: 'Sofia Pro Regular', Arial, san-serif;
            font-weight: bold;
            text-align: left;
            line-height: 30px;
            font-size: 28px;
            padding: 25px 0 25px 25px;
            cursor: pointer;
            position: fixed;
            bottom: 0;
        }

    .marginT-50pc {
        margin-top: calc(50vh - 176px);
    }

    .paddingTB-46 {
        padding: 46px 0;
    }

    .pn-arrows {
        display: none !important;
    }

    .pn-arrows-mobile {
        display: block !important;
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 25px 25px 25px 0px;
        transition: bottom 300ms;
    }

    .next-arrow {
        margin: 15px 0 0 0;
        transform: rotate(180deg);
    }

    .hideArrows {
        z-index: -1;
    }

    .opacity-zero-m {
        transition: top 300ms;
        top: -91px;
    }

    .about-copy {
        width: 100%;
        margin: 0 auto;
    }

    .copy-box {
        width: 280px;
        margin: 0 auto;
        top: 15%;
    }

    .second-line {
        padding: 12px 0 0 0 !important;
    }

    .about-img {
        display: none;
    }

    .work-state {
        height: calc(100vh - 100px);
        margin-bottom: 75px;
    }

    .work-content {
        margin-top: 0px !important;
    }

    .work-description {
        padding: 80px 40px !important;
    }

    .video-bg {
        display: none !important;
    }

    .work-hero {
        margin-top: -83px;
        height: 100vh !important;
    }

    .background-Apple-Header {
        background-image: url(../images/Work-Apple-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-BA-Header {
        background-image: url(../images/Work-BA-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-ECB-Header {
        background-image: url(../images/Work-ECB-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-EY-Header {
        background-image: url(../images/Work-EY-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Educate-Header {
        background-image: url(../images/Work-Educate-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Nike-Header {
        background-image: url(../images/Work-Nike-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-BT-Header {
        background-image: url(../images/Work-BT-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Samsung-Header {
        background-image: url(../images/Work-Samsung-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-CC-Header {
        background-image: url(../images/Work-CC-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-FM-Header {
        background-image: url(../images/Work-FM-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-CamdenTown-Header {
        background-image: url(../images/Work-CamdenTown-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-FunStops-Header {
        background-image: url(../images/Work-FunStops-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Cadburys-Header {
        background-image: url(../images/Work-Cadburys-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Ai-Header {
        background-image: url(../images/Work-Ai-Header-MB.png) !important;
        height: 100vh !important;
    }

    .background-Animations-Header {
        background-image: url(../images/Work-Animations-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Harrington-Header {
        background-image: url(../images/Work-Harrington-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Extinction-Header {
        background-image: url(../images/Work-Extinction-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-SOPL-Header {
        background-image: url(../images/Work-SOPL-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Pepsi-Header {
        background-image: url(../images/Work-Pepsi-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    .background-Boots-Header {
        background-image: url(../images/Work-Boots-Header-MB.jpg) !important;
        height: 100vh !important;
    }

    h2 {
        line-height: 100px;
        font-size: 100px;
    }

    #work-FunStops h1 br {
        display: none;
    }
}


@media only screen and (max-width: 700px) {
    #work-FM h1 {
        font-size: 17.1428vw;
    }
}

@media only screen and (max-width: 660px) {
    #work-Animations h1 {
        font-size: 18.1818vw;
    }
}

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

    #work-Harrington h1 {
        font-size: 18.75vw;
    }

    #work-Extinction h1 {
        font-size: 18.75vw;
    }
}



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

    #work-FunStops h1,
    #work-Cadburys h1 {
        font-size: 20.6896vw;
    }
}

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

    h1 {
        font-size: 100px;
    }

    #work-Samsung h1 {
        font-size: 21.4285vw;
    }

    h2 {
        font-size: 80px;
    }

    .work-description {
        padding: 80px 20px !important;
    }
}


@media only screen and (max-width: 520px) {
    #work-CC h1 {
        font-size: 23.0769vw;
    }
}

@media only screen and (max-width: 500px) {
    #work-Educate h1,
    #work-CamdenTown h1 {
        font-size: 24vw;
    }
}

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

    h2 {
        line-height: 60px;
        font-size: 60px;
    }

    .copy-box {
        top: 10%;
    }
}


@media only screen and (max-width: 360px) {
    h2 {
        line-height: 40px;
        font-size: 40px;
    }
}



@media only screen and (max-width: 320px) {
    h1 {
        font-size: 80px;
    }
}


/* Barba CSS */

[hidden] {
    display: none !important;
}

.barba-container[style*="visibility"] {
    visibility: visible !important;
}

.barba-container ~ #about-me.barba-container {
    visibility: hidden !important;
}

.barba-container ~ .barba-container[id^='work-'] .work-hero .easeIn-font {
    display: none;
}

#my-work.barba-container ~ [id^='work-'].barba-container {
    opacity: 0;
}

#my-work.barba-container.full-bleed ~ [id^='work-'].barba-container {
    opacity: 1;
}

.barba-container {
    z-index: 1;
}

    .barba-container ~ .barba-container {
        z-index: 0;
        position: fixed;
        top: 0;
        left: 0;
    }
