/* WWIE-INTERACTIVE STYLES */

body {
    -webkit-font-smoothing: antialiased;
}

.ProximaNova {
    font-family: "ProximaNova", sans-serif;
}

.museo {
    font-family: "museo", serif;
}

.wwie-auto-alpha {
    opacity: 0;
    visibility: hidden;
}

.wwie-body-overflow-hidden{
    overflow: hidden;
}

#wwie-interactive-module {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100%;
    /*min-height: 367px;*/
    height: 475px;
    background-color: #27c4f4;
    text-align: center;
    overflow: hidden;
    color: #333331;
    -webkit-transition: all .25s ease-out;
    /* Safari */
    transition: all .25s ease-out;
}

.wwie-fixed-mobile {
    position: fixed !important;
    top: 0!important;
    left: 0!important;
    height: 100% !important;
    -webkit-transition: all .25s ease-out;
    /* Safari */
    transition: all .25s ease-out;
    z-index: 1000;
}


/*WWIE UI ELEMENTS*/

.wwie-get-started-link {
    text-decoration: underline;
}

.wwie-icon__btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.wwie-center-div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#wwie-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

#wwie-close-btn svg {
    width: 24px;
    height: 24px;
}

#wwie-previous-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    width: 48px;
    height: 48px;
    
  
}


#wwie-previous-btn svg {
    width: 31px;
    height: 31px;
}

#wwie-next-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    width: 48px;
    height: 48px;
}

#wwie-close-btn--large {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    width: 48px;
    height: 48px;
}
#wwie-close-btn--large svg {
width: 31px;
    height: 31px;
    }

#wwie-next-btn svg {
    width: 31px;
    height: 31px;
}

#wwie-pagination {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
}

.wwie-pagination__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ffffff;
    float: left;
    margin: 4.5px;
    -webkit-transition: all .25s ease-out;
    /* Safari */
    transition: all .25s ease-out;
}

.wwie-pagination__dot--is-current {
    background-color: #333331;
    -webkit-transition: all .25s ease-out;
    /* Safari */
    transition: all .25s ease-out;
}

.wwie-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*POSTER FRAME*/

#wwie-posterframe {
    /*display: none;*/
    background-color: #27c4f4;
    width: 100%;
    height: 100%;
    text-align: center;
}

#wwie-posterframe h1 {
    position: relative;
    top: 12%;
    margin: auto;
    font-family: "museo", serif;
    font-size: 32px;
    font-size: 2rem;
    color: #333331;
    max-width: 520px;
    padding: 10px;
}

.wwie-display-on-mobile {
    display: none;
}

.wwie-display-on-desktop {
    display: block;
}

.wwie-svg {
    width: 100%;
    height: auto;
}

#wwie-start-btn {
    position: absolute;
    top: -25px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    cursor: pointer;
}

#wwie-posterframe__img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    width: 497.73px;
    height: 278.99px;
    margin: auto;
}

#wwie-grooms-eyes-closed {
    position: absolute;
    top: 25px;
    left: 86px;
    width: 30px;
    height: 6px;
}

#wwie-grooms-eyes-closed svg {
    width: 30px;
    height: 6px;
}

#wwie-grooms-eyes-open {
    position: absolute;
    top: 25px;
    left: 86px;
    width: 30px;
    height: 6px;
}

#wwie-grooms-eyes-open svg {
    width: 30px;
    height: 6px;
}

#wwie-brides-eyes-closed {
    position: absolute;
    top: 52px;
    left: 210px;
    width: 45px;
    height: 16px;
}

#wwie-brides-eyes-closed svg {
    width: 45px;
    height: 16px;
}

#wwie-brides-eyes-open {
    position: absolute;
    top: 48px;
    left: 212px;
    width: 45px;
    height: 16px;
}

#wwie-brides-eyes-open svg {
    width: 45px;
    height: 16px;
}

#wwie-speach-bubble__left {
    position: absolute;
    width: 134px;
    height: 94px;
    top: 130px;
    bottom: 0;
    left: -520px;
    right: 0;
    margin: auto;
}

.wwie-svg--speach-bubble {
    display: block;
    width: 100%;
    height: 100%;
}

#wwie-speach-bubble__left p {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-size: 1.18rem;
    width: 110px;
}

#wwie-speach-bubble__right {
    position: absolute;
    width: 134px;
    height: 94px;
    top: 130px;
    bottom: 0;
    left: 0;
    right: -530px;
    margin: auto;
}

#wwie-speach-bubble__right p {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-size: 1.18rem;
    width: 110px;
}


/*ALL SCENES*/

.wwie-scene__title {
    position: relative;
    left: 0;
    right: 0;
    margin: 0px auto 23px auto;
    font-family: "museo", serif;
    font-size: 1.5rem;
    max-width: 450px;
}

.wwie-scene__paragraph {
    max-width: 450px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

#wwie-scene1-1,
#wwie-scene1-2 {
    background-color: #27c4f4;
}

#wwie-scene2-1,
#wwie-scene2-2 {
    background-color: #87b940;
}

#wwie-scene3-1,
#wwie-scene3-2 {
    background-color: #f16458;
}

#wwie-scene4-1,
#wwie-scene4-2 {
    background-color: #fcb34b;
}

#wwie-scene5-1 {
    background-color: #27c4f4;
}

#wwie-scene1-1__icon {
    position: relative;
    left: 0;
    right: 0;
    margin: -35px auto 40px auto;
    width: 146px;
    height: 170px;
    opacity: 0;
    visibility: hidden;
}

#wwie-scene1-1__icon img {
    width: 100%;
    height: auto;
}

.wwie-scene-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wwie-h3 {
    position: absolute;
    top: 84px;
    left: 0px;
    right: 0;
    margin: auto;
    font-family: "museo", serif;
    font-size: 16px;
    font-size: 1.15rem;
}

#wwie-scene1_2__instructions {
    left: -50px;
}

#wwie-scene1-2 {}

#wwie-scene1-2__preloader {}

#wwie-scene1-2__sprite {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 527px;
    height: 400px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    /*background: url("../img/scene1_2.png") 0px 0px no-repeat;*/
}

#wwie-priest {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 250px;
    height: 300px;
}

#wwie-next-arrow--little {
    position: absolute;
    top: 86px;
    left: 142px;
    right: -142px;
    margin: auto;
    width: 14px;
    height: 14px;
}

#wwie-pen_background--white {
    position: absolute;
    top: 60px;
    left: calc(50% + 170px);
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

#wwie-pen {
    position: absolute;
    top: 69px;
    left: calc(50% + 172px);
    z-index: 100;
}

.wwie-grab {
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.wwie-grabbing {
    cursor: move;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

#wwie-pen svg {
    width: 52px;
    height: 54px;
}

#wwie-scene2-1__icon {
    position: relative;
    left: 0;
    right: 0;
    margin: -35px auto 40px auto;
    width: 100px;
    height: 100px;
    /*opacity: 0;
            visibility: hidden;*/
}

#wwie-scene2-2__sprite {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 527px;
    height: 400px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    /*background: url("../img/scene1_2.png") 0px 0px no-repeat;*/
}

#wwie-scene2-2__interactive {
    position: absolute;
    top: 50px;
    bottom: -50px;
    left: -115px;
    right: 115px;
    /*top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    margin: auto;
    width: 370px;
    height: 300px;
}

#wwie-camera-slr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 370px;
    height: 300px;
}

#wwie-camera-slr svg {
    width: 100%;
    height: 100%;
}

#wwie-shutter-button {
    position: absolute;
    top: 8px;
    left: 275px;
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 50%;
}

#wwie-shutter-button__btn {
    position: absolute;
    top: 8px;
    left: 275px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    cursor: pointer;
    /*background-color:#ff0000;*/
}

#wwie-marriage-bounding-box {
    position: absolute;
    top: 19px;
    bottom: -19px;
    left: -60px;
    right: 60px;
    margin: auto;
    width: 420px;
    height: 362px;
    /*background-color: rgba(10,10,10,.5);*/
}

#wwie-viewfinder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: auto;
    width: 220px;
    height: 162px;
    /*background-color: rgba(210,210,210,.5);*/
    overflow: hidden;
}

#wwie-viewfinder-hit-test {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 198px;
    height: 145px;
    /*background-color: #ff0000;*/
}

#wwie-marriage-cert {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 198px;
    height: 145px;
}

#wwie-marriage-cert svg {
    width: 100%;
    height: 100%;
}

#wwie-scene2-2__sprite {
    position: absolute;
    top: 25px;
    bottom: -25px;
    left: 187px;
    right: -187px;
    margin: auto;
    width: 240px;
    height: 300px;
}

#wwie-shutter-button__arrow {
    position: absolute;
    top: -130px;
    bottom: 130px;
    left: 122px;
    right: -122px;
    margin: auto;
    width: 14px;
    height: 14px;
   
}

#wwie-scene2-2__sprite__mobile {
    position: absolute;
    top: 138px;
    bottom: -138px;
    left: 0;
    right: 0;
    margin: auto;
    width: 320px;
    height: 180px;
    background-color: #000;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
}

#wwie-scene3-1__icon {
    position: relative;
    left: 0;
    right: 0;
    margin: -25px auto 22px auto;
    width: 100px;
    height: 150px;
}

#wwie-scene4-1__icon {
    position: relative;
    left: 0;
    right: 0;
    margin: -30px auto 30px auto;
    width: 340px;
    height: 145px;
}

#wwie-scene3-2-names {
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: -155px;
    right: 155px;
    margin: auto;
    width: 304px;
    height: 218px;
}

#wwie-scene3-2-names img {
    width: 100%;
    height: auto;
}

#wwie-scene3-2__input {
    position: absolute;
    top: 20px;
    bottom: -20px;
    left: 155px;
    right: -155px;
    margin: auto;
    width: 244px;
    height: 210px;
}

input[type=text].wwie-input {
    width: 244px;
    height: 36px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 8px;
    font-size: 16px;
    font-size: 1.16rem;
    font-family: "museo" sans-serif;
    font-style: italic;
    font-weight: 100;
    color: #333331;
}

#wwie-scene3-2__good-job {
    position: absolute;
    top: 160px;
    bottom: -160px;
    left: 95px;
    right: -95px;
    margin: auto;
    width: 150px;
    height: 45px;
}

#wwie-scene3-2__good-job p {
    font-family: "museo" sans-serif;
    font-size: 16px;
    font-size: 1.05rem;
}

#wwie-scene3-2__sprite {
    position: absolute;
    top: 140px;
    bottom: -140px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 240px;
    height: 260px;
}

#wwie-scene4-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wwie-scene4-2-photos {
    position: absolute;
    left: -171px;
    right: 171px;
    top: 90px;
    bottom: -90px;
    margin: auto;
    width: 342px;
    height: 370px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

#wwie-scene4-2-photos img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#wwie-scene4-2__newlyweds {}

#wwie-bracket {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px -45px;
}

.wwie-bracket-text {

    
    font-family: "museo" sans-serif;
    font-size: 16px;
    margin: 10px 0px 0px -10px;
}
.wwie-ie{
    cursor: move;
}

#wwie-left-bracket--solid,
#wwie-top-bracket--solid,
#wwie-bottom-bracket--solid,
#wwie-bottom-bracket--solid2 {
    width: 145px;
    height: 40px;
    background-color: #ffffff;
}

#wwie-bracket-cover{
    position: absolute;
    top:0;
    left:0;
    width:145px;
    height:40px;
    
}

/*PLAYER*/

#wwie-left-player {
    position: absolute;
    top: 60px;
    left: 0;
}

#wwie-left-bracket--solid {
    position: absolute;
    top: 14px;
    left: 3px;
}

#wwie-scene4-2__left {
    position: absolute;
    left: 122px;
    top: -19px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

#wwie-scene4-2__left img {
    width: 100%;
    height: auto;
}

#wwie-left-bracket--filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
    height: 64px;
}


/*PLAYER*/

#wwie-top-player {
    position: absolute;
    top: 0;
    left: 228px;
}

#wwie-top-bracket--solid {
    position: absolute;
    top: 14px;
    left: 3px;
}

#wwie-scene4-2__top {
    position: absolute;
    left: 136px;
    top: 3px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

#wwie-scene4-2__top img {
    width: 100%;
    height: auto;
}

#wwie-top-bracket--filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
    height: 64px;
}


/*PLAYER*/

#wwie-bottom-player {
    position: absolute;
    top: 122px;
    left: 228px;
    z-index: 100;
}

#wwie-bottom-bracket--solid2 {
    position: absolute;
    top: -180px;
    left: -90px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

#wwie-bottom-bracket--solid {
    position: absolute;
    top: 14px;
    left: 3px;
}

#wwie-scene4-2__bottom {
    position: absolute;
    left: 136px;
    top: 3px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

#wwie-scene4-2__bottom img {
    width: 100%;
    height: auto;
}

#wwie-bottom-bracket--filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
    height: 64px;
}

#wwie-bottom-bracket--incomplete {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
    height: 63px;
}

#wwie-bottom-bracket--incomplete svg {
    width: 100%;
    height: 100%;
}

#wwie-bracket-svg {
    position: absolute;
    top: 32px;
    left: 190px;
    width: 37.71px;
    height: 123px;
}

#wwie-move-hand {
    position: absolute;
    top: -65px;
    left: 275px;
    width: 34px;
    height: 46px;
    z-index: 1001;
}

#wwie-scene4-2__bottom img {
    width: 100%;
    height: auto;
}

#wwie-hand-arrow--little {
    position: absolute;
    top: -48px;
    left: 330px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#wwie-hand-arrow--little svg {
    width: 100%;
    height: 100%;
}



#wwie-cta-btn {
    font-size: 20px;
    color: #333331;
    background-color: #ffffff;
    line-height: 38px;
    width: 156px;
    height: 40px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}

#wwie-signup {
    margin-top: 25px;
}

#wwie-signup a {
    color: #333331;
}

@media only screen and (min-width: 737px) and (max-width: 900px) {
  /* need some pixel fidgets for scene 4-2 */
      #wwie-bracket {
        position: absolute;
        left: 38%;
        top: 52%;
        margin: -45px -45px;
    }
    #wwie-scene4-2-photos {
        left: -161px;
        right: 161px;
        top: 35px;
        bottom: -35px;
        -webkit-transform: rotate(-7deg) scale(.75);
        -moz-transform: rotate(-7deg) scale(.75);
        -ms-transform: rotate(-7deg) scale(.75);
        -o-transform: rotate(-7deg) scale(.75);
        transform: rotate(-7deg) scale(.75);
    }
}
#wwie-wrong{
    position: absolute;
    top: 0;
    left:0;
    background-color: #27c4f4;
    display: none;
}
#wwie-wrong h2{
    top:-20px;
}
#wwie-rotate-icon{
    position: absolute;
    top:70px;
    bottom:-70px;
    left: 0;
    right:0;
    margin: auto;
    width:64px;
}



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

    #wwie-previous-btn {
        top: 0;
        bottom: 0;
        left: calc(51% - 452px);
    }

    #wwie-next-btn {
        top: 0;
        bottom: 0;
        right: calc(51% - 452px);
    }

    #wwie-close-btn--large {
        top: 0;
        bottom: 0;
        right: calc(51% - 452px);
    }

}
/*IPAD SPECIFIC*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Style Rules */
    #wwie-scene1-2__sprite {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -moz-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -ms-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -o-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
    }
    #wwie-scene2-2__sprite{

        -webkit-transform: translate(2%, 10%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -moz-transform: translate(2%, 10%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -ms-transform: translate(2%, 10%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -o-transform: translate(2%, 10%) matrix(0.6, 0, 0, 0.6, 0, 0);
        transform: translate(2%, 10%) matrix(0.6, 0, 0, 0.6, 0, 0);
    }
    #wwie-scene2-2__interactive{
        position: absolute;
        top: 50px;
        bottom: -50px;
        left: -64px;
        right: 64px;
        /*top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
        margin: auto;
        width: 370px;
        height: 300px;
    }
}


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

    @media screen and (min-aspect-ratio: 13/9){ 

        #wwie-wrong{
            display: block;
        }

    } /*// landscape*/
    
    @media screen and (max-aspect-ratio: 13/9){ 
        #wwie-wrong{
            display: none;
        }
    } /*// portrait*/




    #wwie-scene4-2-photos {
        left: -20px;
        right: 20px;
        top: 75%;
        bottom: 10%;
        -webkit-transform: rotate(-7deg) scale(.6);
        -moz-transform: rotate(-7deg) scale(.6);
        -ms-transform: rotate(-7deg) scale(.6);
        -o-transform: rotate(-7deg) scale(.6);
        transform: rotate(-7deg) scale(.6);
    }
    #wwie-bracket {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -80px -150px;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }
    #wwie-bottom-bracket--solid2 {
        position: absolute;
        top: -200px;
        left: -90px;
    }
    #wwie-move-hand {
        position: absolute;
        top: -85px;
    }
    #wwie-hand-arrow--little {
        top: -68px;
    }
    #wwie-interactive-module {
        height: 367px;
    }

    #wwie-posterframe h1 {
        top: 5%;
        max-width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .wwie-display-on-desktop {
        display: none;
    }
    .wwie-display-on-mobile {
        display: block;
    }
    #wwie-posterframe h1{
        font-size: 28px;
        font-size: 1.78rem;
        line-height: 2rem;
    }
    #wwie-posterframe h2 {
        position: absolute;
        top: 35%;
        left: -55px;
        right: 0;
        margin: auto;
        font-size: 20px;
        font-size: 1.42rem;
        font-weight: 300;
    }

    #wwie-start-btn {
        top: 38px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 42px;
        height: 42px;
    }
    #wwie-posterframe__img {
        position: absolute;
        top: 85%;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -moz-transform: translate(-50%, -50%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -ms-transform: translate(-50%, -50%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -o-transform: translate(-50%, -50%) matrix(0.6, 0, 0, 0.6, 0, 0);
        transform: translate(-50%, -50%) matrix(0.6, 0, 0, 0.6, 0, 0);
    }

    #wwie-speach-bubble__left {
        left: -320px;
    }

    #wwie-speach-bubble__right {
        right: -350px;
    }

    #wwie-previous-btn {
        top: 87%;
        left: calc(51% - 48px);
    }
    #wwie-next-btn {
        top: 87%;
        right: calc(51% - 48px);
    }
    #wwie-close-btn--large {
        top: 87%;
        right: calc(51% - 48px);
    }
    #wwie-close-btn {
        top: 5px;
        right: 5px;
    }
    .wwie-scene__title {
        max-width: 70%;
    }
    .wwie-scene__paragraph {
        max-width: 80%;
    }
    #wwie-scene1-1__icon {
        margin: -60px auto 40px auto;
    }
    #wwie-scene1-2__sprite {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -moz-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -ms-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        -o-transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
        transform: translate(-50%, -20%) matrix(0.6, 0, 0, 0.6, 0, 0);
    }
    .wwie-h3 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "museo", serif;
        font-size: 16px;
        font-size: 1.15rem;
        width: 320px;
        line-height: 1.8rem;
    }
    #wwie-scene1_2__instructions {
        left: 0;
        width: 200px;
    }
    #wwie-next-arrow--little {
        position: absolute;
        top: 172px;
        left: -40px;
        right: 40px;
        margin: auto;
        width: 14px;
        height: 14px;
    }
    #wwie-pen_background--white {
        position: absolute;
        top: 155px;
        left: 4px;
        right: -4px;
        margin: auto;
        background-color: #ffffff;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }
    #wwie-pen {
        position: absolute;
        top: 181px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
    }
    #wwie-scene2-1__icon {
        margin: -20px auto 25px auto;
    }
    #wwie-scene2-2__interactive {
        position: absolute;
        top: -45px;
        bottom: 45px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: scale(.75, .75);
        -moz-transform: scale(.75, .75);
        -ms-transform: scale(.75, .75);
        -o-transform: scale(.75, .75);
        transform: scale(.75, .75);

        -webkit-transform: center center;
        -moz-transform: center center;
        -ms-transform: center center;
        -o-transform: center center;
        transform-origin: center center;
    }
    #wwie-scene3-2-names {
        position: absolute;
        top: 105px;
        bottom: 10px;
        left: 50%;
        margin: 1px -143px;
        width: 286px;
        height: 91px;
    }
    #wwie-scene3-2-input1,
    #wwie-scene3-2-input3 {
        display: none;
    }
    #wwie-scene3-2__input {
        position: relative;
        top: 200px;
        left: 50%;
        margin-left: -126px;
    }
    #wwie-scene3-2__good-job {
        position: absolute;
        top: 160px;
        bottom: -160px;
        left: 50px;
        right: -50px;
        margin: auto;
        width: 150px;
        height: 45px;
    }
    #wwie-scene3-2__sprite {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 40%;
        width: 240px;
        height: 260px;
        margin: 1px;
    }
    #wwie-scene4-1__icon {
        left: -15px;
        right: 15px;
    }
    @media only screen and (max-device-width: 321px) {
        #wwie-scene2-2__interactive {
            top: -15px;
            bottom: 15px;
            left: -25px;
            right: 25px;
        }
        #wwie-scene2-2__sprite__mobile {
            position: absolute;
            top: 168px;
            bottom: -168px;
            left: 0;
            right: 0;
            margin: auto;
        }
    }
}