@media only screen and (min-width: 1280px) and (max-width: 1453px) {
    .popup-box {
        height: 530px;
        width: 770px;
        background-position: -120px -20px;
    }

    .popup-content h2 {
        font-size: 34px;
    }

    .popup-content p {
        font-size: 13px;
    }

    h6 {
        font-size: 27px;
    }

    .banner-text h4 {
        font-size: 30px;
    }


    h5 {
        font-size: 95px;
    }

    h1 {
        font-size: 140px;
    }

    .job-post {
        font-size: 40px;
        left: 16px;
        top: -3px;
    }

    .banner-text img {
        left: 20px;
        width: 320px;
        top: 2px;
    }

    .banner-text a {
        width: 250px;
        font-size: 13px;
        height: 60px;
        margin: 15px auto 0 15%;
    }

    .banr-sitelink p {
        font-size: 17px;
    }

    .banr-sitelink {
        bottom: 22px;
    }
}

@media only screen and (min-width: 1454px) and (max-width: 1599px) {
    h5 {
        font-size: 114px;
    }

    .popup-box {
        height: 600px;
        width: 860px;
        background-position: -70px 0px;
    }

    .popup-content h2 {
        font-size: 44px;
    }

    .popup-content p {
        font-size: 13px;
    }

    h1 {
        font-size: 170px;
    }

    .job-post {
        font-size: 49px;
        left: 19px;
    }

    .banner-text img {
        left: 20px;
        width: 390px;
        top: 2px;
    }

    .banner-text a {
        width: 300px;
        font-size: 15px;
        height: 70px;
        margin: 15px auto 0 16%;
    }

    .banr-sitelink p {
        font-size: 20px;
    }

    .banr-sitelink {
        bottom: 22px;
    }
}

@media only screen and (min-width: 1777px) and (max-width: 1920px) {

    h5 {
        font-size: 142px;
    }

    h1 {
        font-size: 217px;
    }

    .banner-text h4 {
        font-size: 42px;
        transform: skew(10deg, 0deg);
        right: 0%;
        top: 25.5%;
    }

    .job-post {
        font-size: 63px;
    }

    .banner-text img {
        width: 478px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}