.frame-change__img {
    float: left;
    height: 600px;
    margin: 0px;
    clear: none;
    width: 100%;
    display: block;
    position: relative;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: repeat repeat;
}

.frame-change__text-wrapper {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 45%;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 50px;
    margin-right: 0%;
}

.frame-change__text-at {
    padding-top: 120px;
}

.frame-change__text-usb {
    padding-top: 190px;
}

.frame-change__title {
    float: left;
    font-size: 40px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaLightC;
    color: rgb(250, 105, 0);
}

.frame-change__text {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(255, 255, 255);
    padding-right: 20px;

}

.frame-change__ride {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
    .frame-change__text-wrapper {
    }

    .frame-change__title {
        font-size: 35px;
    }

    .frame-change__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 959px) {
    .frame-change__img {
        height: 450px;
        width: 100%;
    }

    .frame-change__text-wrapper {
        width: 50%;
        padding-right: 20px;
    }

    .frame-change__text-at {
        width: 50%;
        padding-top: 50px;
    }

    .frame-change__text-usb {
        width: 50%;
        padding-top: 110px;
    }

}

@media only screen and (max-width: 767px) {
    .frame-change__img {
        height: 400px;
    }

    .frame-change__text-wrapper {
        padding-right: 10px;
        padding-left: 50px;
        width: 55%;
    }

    .frame-change__text-at {
        padding-top: 50px;
    }

    .frame-change__title {
        font-size: 28px;
    }

    .frame-change__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 639px) {
    .frame-change__img {
        width: 100%;
        border-right-width: 0px;
        height: 350px;
    }

    .frame-change__text-at {
        width: 59%;
        padding-top: 23px;
    }

    .frame-change__text-usb {
        width: 59%;
        padding-top: 70px;
    }

    .frame-change__title {
        font-size: 25px;
    }

    .frame-change__text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 599px) {
    .frame-change__text-wrapper {
        width: 100%;
        padding: 40px;
        background-color: rgb(0, 0, 0);
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        top: auto;
        left: 0%;
        bottom: 0px;
    }

    .frame-change__text-ride {
        padding-top: 65px;
        padding-bottom: 90px;
    }

    .frame-change__text-usb {
        height: 280px;
    }

    .frame-change__img {
        height: 700px;
        position: relative;
        background-attachment: scroll;
        -webkit-background-size: 791px;
        background-size: 791px;
        background-position: -11px 0px;
        background-repeat: repeat repeat;
    }

    .frame-change__text {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .frame-change__img {
        background-attachment: scroll;
        -webkit-background-size: 617px;
        background-size: 617px;
        background-position: 0px -24px;
        background-repeat: repeat repeat;
    }

    .frame-change__text-wrapper {
        bottom: -100px;
        padding: 53px 30px;
    }

    .frame-change__text-ride {
        height: 385px;
    }

    .frame-change__text-at {
        bottom: 0px;
        padding: 60px 30px;
    }

    .frame-change__text-usb {
        height: 378px;
        bottom: 0px;
    }

}

@media only screen and (max-width: 369px) {

}