/*------- Styles --------*/

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1024px) {
    header {
        max-height: 580px;
        background-size: cover;
        background-position: center;
    }
    header .container {
        height: 100%;
        background-size: 80%;
    }
    header h1,
    header h2 {
        font-size: 2.7em;
    }
    header h1 {
        margin: 23% 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    header {
        max-height: 500px;
        background-size: 150% 100%;
        background-position: center;
    }
}
@media only screen and (max-width: 767px) {
    header {
        max-height: 420px;
        background-size: 150% 100%;
        background-position: center;
    }
}
@media only screen and (max-width: 320px) {
    header h1,
    header h2 {
        font-size: 2.2em;
    }
}
/*--- Video --*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #video-inner {
        width: 600px;
        height: 409px;
    }
    #video-container {
        width: 480px;
        top: 22px;
        left: 60px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    #video-inner {
        width: 470px;
        height: 320px;
    }
    #video-container {
        width: 376px;
        top: 16px;
        left: 46px;
    }
}
@media only screen and (max-width: 480px) {
    #video-inner {
        width: 310px;
        height: 211px;
    }
    #video-container {
        width: 250px;
        top: 11px;
        left: 30px;
        margin-bottom: 0;
    }
    #game-video {
        border: 1px solid #222;
    }
}
/*--- Block Inside --*/

@media only screen and (min-width: 1200px) {
    .heros {
        background: url(../images/inside-arrows.png) no-repeat 37% 18%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .heros {
        background: url(../images/inside-arrows.png) no-repeat 0 23%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heros {
        background: url(../images/inside-arrows-sm.png) no-repeat 40% 37%;
    }
}
@media only screen and (max-width: 1199px) {
    .heros h3 {
        font-size: 1em;
    }
    .heros p {
        font-size: .8em;
    }
}
@media only screen and (max-width: 767px) {
    .heros {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circle {
        width: 190px;
        height: 190px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .circle {
        width: 185px;
        height: 185px;
        border-width: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .circle {
        width: 220px;
        height: 220px;
        border-width: 6px;
        display: block;
        margin: 20px auto;
    }
}
@media only screen and (max-width: 767px) {
    .ship-1 {
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ship-2 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .ship-2 {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ship-3 {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .ship-3 {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .big {
        width: 260px;
        height: 260px;
        margin-top: -71px;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .big {
        width: 250px;
        height: 250px;
        margin-top: -71px;
    }
}
@media only screen and (max-width: 767px) {
    .big {
        width: 290px;
        height: 290px;
        display: block;
        margin: 30px auto;
    }
}
@media only screen and (min-width: 1200px) {
    .bubble {
        width: 326px;
        height: 324px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bubble {
        width: 280px;
        height: 280px;
        background-size: cover;
        margin-left: -12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bubble {
        width: 215px;
        height: 218px;
        background-size: cover;
        background-position: -10px 0;
        margin-left: -32px;
    }
}
@media only screen and (max-width: 767px) {
    .bubble {
        width: 300px;
        height: 300px;
        background-size: cover;
        display: block;
        margin: 20px auto;
    }
}
@media only screen and (min-width: 1200px) {
    .bubble img {
        top: 60px;
        left: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bubble img {
        width: 150px;
        height: 150px;
        top: 60px;
        left: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bubble img {
        width: 150px;
        height: 150px;
        top: 34px;
        left: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .bubble img {
        top: 50px;
        left: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .story {
        width: 80%;
        min-width: 290px;
        margin: auto;
        height: auto;
        background: url(../images/story-line-vertical.png) no-repeat 8% 60px;
    }
    .story-block {
        width: 80%;
        min-width: 290px;
        height: 170px;
        padding: 30px 0;
        margin: auto;
        float: none;
    }
    .story-block:last-of-type {
        margin: auto;
    }
    .story-block a:hover .arrow {
        background-image: url(../images/arrow-blue-horiz.png);
    }
    .story-block .rect {
        margin-top: 20px;
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    .story-block .rect .story-icon {
        -webkit-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }
    .story-block h4 {
        margin-top: -23px;
        text-align: right;
    }
    .arrow {
        display: inline-block;
        height: 17px !important;
        width: 30%;
        background: url(../images/arrow-gray-horiz.png) no-repeat right center;
        margin-top: 70px !important;
        margin-left: 130px !important;
    }
}
/*# sourceMappingURL=media.css.map */