/* Back ground for dynamic screen size. */

@media (min-width: 0px) and (max-width: 666px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-667x300.png') no-repeat center top;
    }
}

@media (min-width: 667px) and (max-width: 991px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-1024x440.png') no-repeat center top;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-1280x580.png') no-repeat center top;
    }
}

@media (min-width: 1281px) and (max-width: 1600px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-1600x700.png') no-repeat center top;
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-1920x800.png') no-repeat center top;
    }
}

@media (min-width: 1921px) and (max-width: 2160px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-2160x900.png') no-repeat center top;
    }
}

@media (min-width: 2161px) {
    .site-wrapper {
        background: #ffffff url('../images/under-construction/welcome-2-4000x1600.png') no-repeat center top;
    }
}