@media only screen and (min-width:768px) {
    .container {
        width: 96%
    }
}

@media only screen and (max-width:1024px) {
    #leaf1,
    #leaf4 {
        right: 16%
    }
    #leaf2,
    #leaf6 {
        right: 15%
    }
    #leaf3,
    #leaf5 {
        right: 14%
    }
    @keyframes fall {
        100% {
            margin-top: 720px
        }
    }
    @-webkit-keyframes fall {
        100% {
            margin-top: 720px
        }
    }
    @keyframes fall1 {
        100% {
            margin-top: 720px
        }
    }
    @-webkit-keyframes fall1 {
        100% {
            margin-top: 720px
        }
    }
    @keyframes fall2 {
        100% {
            margin-top: 720px
        }
    }
    @-webkit-keyframes fall2 {
        100% {
            margin-top: 720px
        }
    }
    #fly {
        left: 0;
        bottom: 160px
    }
    #fly1 {
        left: -40px;
        bottom: 185px
    }
    #fly2 {
        left: -65px;
        bottom: 205px
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(900px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(900px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(900px, -70px) scale(.4);
            opacity: 0
        }
    }
}

@media only screen and (max-width:1010px) {
    .work {
        width: 100%;
        padding-bottom: 65%;
        margin-bottom: 20px
    }
    .workInfo {
        float: right;
        width: 100%;
        display: inline-block
    }
    .workRow {
        margin-bottom: 125px
    }
}

@media only screen and (max-width:980px) {
    .intro {
        position: relative;
        padding-top: 20%
    }
    #fly {
        animation: flyingbird 14s linear forwards;
        -webkit-animation: flyingbird 14s linear forwards;
        -moz-animation: flyingbird 14s linear forwards;
        -o-animation: flyingbird 14s linear forwards
    }
    #fly1 {
        animation: flyingbird 14.5s linear forwards;
        -webkit-animation: flyingbird 14.5s linear forwards;
        -moz-animation: flyingbird 14.5s linear forwards;
        -o-animation: flyingbird 14.5s linear forwards;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s
    }
    #fly2 {
        animation: flyingbird 13.5s linear forwards;
        -webkit-animation: flyingbird 13.5s linear forwards;
        -moz-animation: flyingbird 13.5s linear forwards;
        -o-animation: flyingbird 13.5s linear forwards
    }
    #fly,
    #fly1,
    #fly2 {
        display: inline;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(800px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(800px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(800px, -70px) scale(.4);
            opacity: 0
        }
    }
    #tiger {
        animation: tigerwalk 30s linear forwards;
        -webkit-animation: tigerwalk 30s linear forwards;
        -moz-animation: tigerwalk 30s linear forwards;
        -o-animation: tigerwalk 30s linear forwards
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(820px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(820px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(820px, 0) scale(1);
            opacity: 0
        }
    }
}

@media only screen and (max-height:1024px) and (min-height:980px) {
    @keyframes fall {
        100% {
            margin-top: 900px
        }
    }
    @keyframes fall1 {
        100% {
            margin-top: 900px
        }
    }
    @keyframes fall2 {
        100% {
            margin-top: 900px
        }
    }
    @-webkit-keyframes fall {
        100% {
            margin-top: 900px
        }
    }
    @-webkit-keyframes fall1 {
        100% {
            margin-top: 900px
        }
    }
    @-webkit-keyframes fall2 {
        100% {
            margin-top: 900px
        }
    }
}

@media only screen and (max-height:840px) {
    @keyframes fall {
        100% {
            margin-top: 720px
        }
    }
    @keyframes fall1 {
        100% {
            margin-top: 720px
        }
    }
    @keyframes fall2 {
        100% {
            margin-top: 720px
        }
    }
    @-webkit-keyframes fall {
        100% {
            margin-top: 720px
        }
    }
    @-webkit-keyframes fall1 {
        100% {
            margin-top: 720px
        }
    }
    @-webkit-keyframes fall2 {
        100% {
            margin-top: 720px
        }
    }
}

@media only screen and (max-height:650px) {
    @keyframes fall {
        100% {
            margin-top: 540px
        }
    }
    @keyframes fall1 {
        100% {
            margin-top: 540px
        }
    }
    @keyframes fall2 {
        100% {
            margin-top: 540px
        }
    }
    @-webkit-keyframes fall {
        100% {
            margin-top: 540px
        }
    }
    @-webkit-keyframes fall1 {
        100% {
            margin-top: 540px
        }
    }
    @-webkit-keyframes fall2 {
        100% {
            margin-top: 540px
        }
    }
}

@media only screen and (max-width:840px) {
    #fly {
        animation: flyingbird 14s linear forwards;
        -webkit-animation: flyingbird 14s linear forwards;
        -moz-animation: flyingbird 14s linear forwards;
        -o-animation: flyingbird 14s linear forwards
    }
    #fly1 {
        animation: flyingbird 14.5s linear forwards;
        -webkit-animation: flyingbird 14.5s linear forwards;
        -moz-animation: flyingbird 14.5s linear forwards;
        -o-animation: flyingbird 14.5s linear forwards;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s
    }
    #fly2 {
        animation: flyingbird 13.5s linear forwards;
        -webkit-animation: flyingbird 13.5s linear forwards;
        -moz-animation: flyingbird 13.5s linear forwards;
        -o-animation: flyingbird 13.5s linear forwards
    }
    #fly,
    #fly1,
    #fly2 {
        display: inline;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(735px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(735px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(735px, -70px) scale(.4);
            opacity: 0
        }
    }
    #tiger {
        animation: tigerwalk 27s linear forwards;
        -webkit-animation: tigerwalk 27s linear forwards;
        -moz-animation: tigerwalk 27s linear forwards;
        -o-animation: tigerwalk 27s linear forwards
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(750px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(750px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(750px, 0) scale(1);
            opacity: 0
        }
    }
}

@media only screen and (max-width:768px) {
    #about {
        padding: 270px 0 160px
    }
    #fly {
        animation: flyingbird 12s linear forwards;
        -webkit-animation: flyingbird 12s linear forwards;
        -moz-animation: flyingbird 12s linear forwards;
        -o-animation: flyingbird 12s linear forwards
    }
    #fly1 {
        animation: flyingbird 12.5s linear forwards;
        -webkit-animation: flyingbird 12.5s linear forwards;
        -moz-animation: flyingbird 12.5s linear forwards;
        -o-animation: flyingbird 12.5s linear forwards;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s
    }
    #fly2 {
        animation: flyingbird 11.5s linear forwards;
        -webkit-animation: flyingbird 11.5s linear forwards;
        -moz-animation: flyingbird 11.5s linear forwards;
        -o-animation: flyingbird 11.5s linear forwards
    }
    #fly,
    #fly1,
    #fly2 {
        display: inline;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(700px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(700px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(700px, -70px) scale(.4);
            opacity: 0
        }
    }
    #tiger {
        animation: tigerwalk 28s linear forwards;
        -webkit-animation: tigerwalk 28s linear forwards;
        -moz-animation: tigerwalk 28s linear forwards;
        -o-animation: tigerwalk 28s linear forwards;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(680px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(680px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(680px, 0) scale(1);
            opacity: 0
        }
    }
}

@media only screen and (max-width:767px) {
    .whatTxt,
    .workTxt {
        text-align: center
    }
    #menu {
        padding-top: 15%
    }
    #menu li a {
        font-size: 30px
    }
    #what {
        padding: 70px 0 250px
    }
    #work {
        padding: 70px 0 200px
    }
    #contact {
        padding: 100px 0 150px
    }
    #process,
    #who {
        padding: 70px 0 150px
    }
    #clients {
        padding: 100px 0 70px
    }
    h2.contactHead,
    h2.whatHead,
    h2.workHead {
        margin-bottom: 25px
    }
    #what p {
        padding: 15px 0 20px
    }
    .workTxt {
        padding: 10px 0 50px
    }
    #fly {
        animation: flyingbird 12s linear forwards;
        -webkit-animation: flyingbird 12s linear forwards;
        -moz-animation: flyingbird 12s linear forwards;
        -o-animation: flyingbird 12s linear forwards
    }
    #fly1 {
        animation: flyingbird 13.5s linear forwards;
        -webkit-animation: flyingbird 13.5s linear forwards;
        -moz-animation: flyingbird 13.5s linear forwards;
        -o-animation: flyingbird 13.5s linear forwards;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s
    }
    #fly2 {
        animation: flyingbird 11.5s linear forwards;
        -webkit-animation: flyingbird 11.5s linear forwards;
        -moz-animation: flyingbird 11.5s linear forwards;
        -o-animation: flyingbird 11.5s linear forwards
    }
    #fly,
    #fly1,
    #fly2 {
        display: inline;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(520px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(520px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(520px, -70px) scale(.4);
            opacity: 0
        }
    }
    #tiger {
        animation: tigerwalk 24s linear forwards;
        -webkit-animation: tigerwalk 24s linear forwards;
        -moz-animation: tigerwalk 24s linear forwards;
        -o-animation: tigerwalk 24s linear forwards;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(620px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(620px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(620px, 0) scale(1);
            opacity: 0
        }
    }
    #leaf1,
    #leaf4 {
        right: 16%
    }
    #leaf2,
    #leaf6 {
        right: 15%
    }
    #leaf3,
    #leaf5 {
        right: 14%
    }
}

@media only screen and (max-width:600px) {
    #menu {
        padding-top: 25%
    }
    #menu ul {
        margin-bottom: 40px
    }
    #menu p,
    #menu p a {
        font-size: 16px;
        line-height: 25px
    }
    #contact a {
        color: #000;
        text-decoration: none;
        font-size: 22px;
        line-height: 40px;
        padding-top: 5px
    }
    #tiger {
        animation: tigerwalk 21s linear forwards;
        -webkit-animation: tigerwalk 21s linear forwards;
        -moz-animation: tigerwalk 21s linear forwards;
        -o-animation: tigerwalk 21s linear forwards;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(520px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(520px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(520px, 0) scale(1);
            opacity: 0
        }
    }
    .client-info {
        padding: 5% 20px 0
    }
    .client-info h1,
    .client-info p {
        padding: 20px 0
    }
}

@media only screen and (max-width:500px) {
    #leaf1 {
        right: 27%
    }
    #leaf2 {
        right: 25%
    }
    #leaf3 {
        right: 29%
    }
    #leaf4 {
        right: 22%
    }
    #leaf5 {
        right: 24%
    }
    #leaf6 {
        right: 26%
    }
    #about h1,
    #home h1,
    #workHead h1 {
        padding-top: 50px;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px
    }
    #shuffleTxt {
        font-size: 32px
    }
    #about h1 {
        padding-top: 30px
    }
    p {
        font-size: 16px;
        line-height: 26px
    }
    #fly {
        animation: flyingbird 8s linear forwards;
        -webkit-animation: flyingbird 8s linear forwards;
        -moz-animation: flyingbird 8s linear forwards;
        -o-animation: flyingbird 8s linear forwards
    }
    #fly1 {
        animation: flyingbird 8.5s linear forwards;
        -webkit-animation: flyingbird 8.5s linear forwards;
        -moz-animation: flyingbird 8.5s linear forwards;
        -o-animation: flyingbird 8.5s linear forwards;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s
    }
    #fly2 {
        animation: flyingbird 7.5s linear forwards;
        -webkit-animation: flyingbird 7.5s linear forwards;
        -moz-animation: flyingbird 7.5s linear forwards;
        -o-animation: flyingbird 7.5s linear forwards
    }
    #fly,
    #fly1,
    #fly2 {
        display: inline;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(350px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(350px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(350px, -70px) scale(.4);
            opacity: 0
        }
    }
    #tiger {
        animation: tigerwalk 18s linear forwards;
        -webkit-animation: tigerwalk 18s linear forwards;
        -moz-animation: tigerwalk 18s linear forwards;
        -o-animation: tigerwalk 18s linear forwards;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(430px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(430px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(430px, 0) scale(1);
            opacity: 0
        }
    }
}

@media only screen and (max-width:440px) {
    h2.contactHead,
    h2.processHead,
    h2.whatHead,
    h2.whoHead,
    h2.workHead {
        font-size: 45px
    }
    .rw-words span {
        font-size: 30px
    }
    #shuffleTxt {
        font-size: 28px
    }
    #leaf1 {
        right: 29%
    }
    #leaf2 {
        right: 27%
    }
    #leaf3 {
        right: 31%
    }
    #leaf4 {
        right: 26%
    }
    #leaf5 {
        right: 28%
    }
    #leaf6 {
        right: 30%
    }
    @keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(300px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-webkit-keyframes flyingbird {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            -webkit-transform: translate(300px, -70px) scale(.4);
            opacity: 0
        }
    }
    @-moz-keyframes flyingbird {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: .9
        }
        85% {
            opacity: .8
        }
        100% {
            transform: translate(300px, -70px) scale(.4);
            opacity: 0
        }
    }
    #tiger {
        animation: tigerwalk 15s linear forwards;
        -webkit-animation: tigerwalk 15s linear forwards;
        -moz-animation: tigerwalk 15s linear forwards;
        -o-animation: tigerwalk 15s linear forwards;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(300px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(300px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(300px, 0) scale(1);
            opacity: 0
        }
    }
    .client-info {
        padding: 0 20px
    }
    .client-info h1,
    .client-info p {
        padding: 5px 0
    }
}

@media only screen and (max-height:450px) {
    .intro {
        padding-top: 100px
    }
    #home h1 {
        padding-top: 10px;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    p {
        font-size: 16px;
        line-height: 24px
    }
    @keyframes fall {
        100% {
            margin-top: 320px
        }
    }
    @keyframes fall1 {
        100% {
            margin-top: 320px
        }
    }
    @keyframes fall2 {
        100% {
            margin-top: 320px
        }
    }
    @-webkit-keyframes fall {
        100% {
            margin-top: 320px
        }
    }
    @-webkit-keyframes fall1 {
        100% {
            margin-top: 320px
        }
    }
    @-webkit-keyframes fall2 {
        100% {
            margin-top: 320px
        }
    }
}

@media screen and (device-width:360px) {
    #tiger {
        animation: tigerwalk 12s linear forwards;
        -webkit-animation: tigerwalk 12s linear forwards;
        -moz-animation: tigerwalk 12s linear forwards;
        -o-animation: tigerwalk 12s linear forwards;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }
    @keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(310px, 0) scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes tigerwalk {
        0% {
            -webkit-transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            -webkit-transform: translate(310px, 0) scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes tigerwalk {
        0% {
            transform: translate(0, 0) scale(1);
            opacity: 1
        }
        95% {
            opacity: 1
        }
        100% {
            transform: translate(310px, 0) scale(1);
            opacity: 0
        }
    }
}