@media (max-width: 1024px) {
    .content {
        overflow: hidden;
    }

    .container {
        max-width: 1024px;
    }

    main .info {
        padding-top: 3rem;
    }

    main .info .image .svg {
        left: 0;
    }

    main .keywords {
        margin-bottom: 0;
    }

    main .keywords .image img {
        left: -4rem;
        bottom: 1rem;
    }

    main .testimonials .carousel-indicators {
        right: -2rem;
    }

    main .get-started h2 {
        width: 80%;
    }

    .index-page main .keywords .image img {
        left: -4rem;
        bottom: 1.5rem;
    }

    .index-page main .info .image .svg {
        left: 0;
    }

    .index-page main .info .image .layer-00 {
        bottom: 15rem;
    }

    .index-page main .info .image .layer-01 {
        bottom: 13rem;
    }

    .index-page main .info .image .layer-02 {
        bottom: 13rem;
    }

    .tracker-page main .info .image {
        bottom: 15rem;
    }

    .features-page main .security {
        padding-top: 2rem;
    }

    .features-page main .info .image .layer-00 {
        bottom: 2rem;
    }

    .features-page main .info .image .layer-01 {
        bottom: 2rem;
    }

    .features-page main .info .image .layer-02 {
        bottom: 2rem;
    }

    .reports-page main .info .image .svg {
        left: 0;
    }

    .reports-page main .info .image .layer-00 {
        bottom: 7rem;
    }

    .reports-page main .info .image .layer-01 {
        bottom: 4rem;
    }

    .reports-page main .info .image .layer-02 {
        bottom: 5rem;
    }

    .pricing-page main .pricing .cell .btn {
        min-width: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pricing-page main .pricing .row .cell.upgrade,
    .pricing-page main .pricing .row .cell.open.upgrade_bottom {
        padding: 1rem;
        text-align: center;
    }

    .contact-page .contact-form {
        top: -2rem;
    }

    .captcha iframe {
        position: relative;
        left: -40px;
        transform: scale(.75);
    }

    .affiliates-page .info .image {
        top: -4rem;
    }
}