/* Blueprint Media Queries */
@media screen and (max-width: 1000px) {
    .a-blueprint-backdrop {
        height: auto;
    }
    .a-blueprint {
        flex-shrink: 0 !important;
        margin-bottom: 0;
    }
    .a-blueprint-back-left,
    .a-blueprint-back-right {
        flex-shrink: 4;
    }

    .a-blueprint-inner {
        padding: 210px 12px 32px 12px;
        font-size: 26px;
        height: auto;
    }
    .a-woodenplank-container-bottom {
        position: relative;
        top: -185px !important;
        left: -400px;
        height: 300px;
    }
    .a-woodenplank-container-top {
        top: 50px;
        left: -180px;
    }
    .a-blueprint-image {
        padding: 32px 0 0 0;
    }

    .a-woodenplank-container-bottom {
        top: 1640px;
        left: -400px;
    }

    .a-blueprint-inner h4 {
        font-size: 36px;
    }

    .a-blueprint-inner h5 {
        font-size: 26px;
    }

    /* Supported Platforms with Media Queries */
    .a-game-download-container {
        margin-left: 260px;
    }
    .a-game-download-container h2 {
        font-size: 26px;
        padding-top: 14px;
        font-size: 30px;
    }

    .a-game-supported-platforms {
        margin-left: 250px;
    }

    .a-screenshot-label {
        padding-right: 32px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .a-woodenplank-container-top {
        left: -140px;
    }
    .a-blueprint-back-left,
    .a-blueprint-back-right {
        flex-shrink: 3;
    }
}

@media screen and (min-width: 1201px) {
    .a-blueprint-back-left,
    .a-blueprint-back-right {
        flex-shrink: 2;
    }
}