section.who-we-are {
    z-index: 10;
    font-size: 24px;
    overflow: hidden;
    padding: 15% 8%;
    text-align: center;
    background-image: url(../img/bg/section-who-we-are.jpg);
}

.skrollr section.who-we-are {
    padding: 0;
}

section.who-we-are .content {
    height: 100%;
}

section.who-we-are .packshot {
    width: 100%;
    height: 500px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 50px;
    /*top: -110px;*/
    position: relative;
    background-image: url(../img/who-we-are-mobile.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.skrollr section.who-we-are .packshot {
    position: absolute;
    height: auto;
    width: 45%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5%;
    margin-bottom: 0px;
    vertical-align: top;
    text-align: center;
    background-image: none;

}

.skrollr section.who-we-are .info {

    display: table;
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 54%;
    bottom: 0;
    right: 0;
    text-align: left;

    /*-webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;*/

}

.skrollr section.who-we-are .info > div {
    display: table-cell;
    vertical-align: middle;
}

section.who-we-are .packshot > div {
    display: none;
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;

    perspective: 1000px;

}

.skrollr section.who-we-are .packshot > div {
    width: 70%;
    height: 70%;
    display: block;
}

.skrollr section.who-we-are .packshot > div {
    position: absolute;
    background-position: 0 0;
}

section.who-we-are .packshot .macbook {
    display: none;
    background-image: url(../img/who-we-are-macbook.png);
    z-index: 1000;
}

section.who-we-are .packshot .macbook-screen {
    background-image: url(../img/who-we-are-macbook-screen.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    z-index: 1001;
}

section.who-we-are .packshot .ipad {
    background-image: url(../img/who-we-are-ipad.png);
    height: 100%;
    z-index: 1010;
}

section.who-we-are .packshot .ipad-screen {
    background-image: url(../img/who-we-are-ipad-screen.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    z-index: 1011;
}

section.who-we-are .packshot .iphone {
    background-image: url(../img/who-we-are-iphone.png);
    height: 100%;
    right: 0;
    z-index: 1020;
}

section.who-we-are .packshot .iphone-screen {
    background-image: url(../img/who-we-are-iphone-screen.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    z-index: 1021;
}

.skrollr section.who-we-are .packshot .iphone {
    right: auto;
}

.skrollr section.who-we-are .packshot .macbook {
    display: block;
    top: 10%;
    width: 80%;
    height: 50%;
    right: 1%;
}

.skrollr section.who-we-are .packshot .ipad {
    bottom: 10%;
    width: 60%;
    height: 50%;
}

.skrollr section.who-we-are .packshot .iphone {
    bottom: 5%;
    height: 55%;
    width: 40%;
    right: 1%;
}

section.who-we-are h2 {
    font-weight: normal;
    font-size: 208%;
    margin-bottom: 40px;
}

section.who-we-are p {
    font-weight: normal;
    font-size: 100%;
    line-height: 30px;
}