.lastProject {
    height: 100vh;
    width: 100%;
    background-image: url("../img/bg/blank.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    /*display: none;*/
}

.project {
    width: 100%;
    height: 100vh;
}

.projectBlur {
    width: 40%;
    position: absolute;
    left: 0;
}

.lastProject_content {
    margin: auto;
}

.lastProject p {
    width: 76%;
    font-size: 18px;
    color: gray;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left_lastProject {
    margin-top: 25%;
    padding-left: 10%;
    /*width: 42%;*/
}

.left_lastProject h1 {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
}

.left_lastProject a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.left_lastProject ul {
    margin-left: -40px;
}

.left_lastProject li {
    display: inline;
}

.left_lastProject img {
    width: 25px;
    -ms-transform: rotate(340deg);
    /* IE 9 */
    -webkit-transform: rotate(340deg);
    /* Chrome, Safari, Opera */
    transform: rotate(340deg);
}

.right_lastProject img {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 35%;
}

.right_lastProject{
    overflow: hidden;
}

@media only screen and (min-width: 319px) {


    .lastProject{
        min-height: 835px;
    }

    .left_lastProject h1 {
        font-size: 30px;
    }

    .lastProject p {
        font-size: 15px;
    }

    .right_lastProject img {
        width: 100%;
        margin-top: 10%;
        display: block;
    }
}

@media only screen and (min-width: 375px)  {
    .lastProject {
        min-height: 875px;
    }
}

@media only screen and (min-width: 425px) {
    .lastProject{
        min-height: 950px;
    }
}

@media screen and (min-width: 576px) {

    .lastProject{
        min-height: 900px;
    }

    .right_lastProject img {
        width: 100%;
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {

    .lastProject{
        max-height: 1200px;
    }

    .right_lastProject img {
        width: 85%;
        margin-top: 10%;
    }
}

@media screen and (min-width: 992px) {
    .lastProject {
        height: 100vw;
        /*min-height: 720px;*/
        /*max-height: 720px;*/
    }

    .right_lastProject img {
        width: 125%;
        margin-top: 42%;
        margin-left: -12%;
    }
}

@media screen and (min-width: 1024px) {
    .right_lastProject img {
        width: 120%;
        margin-top: 35%;
        margin-left: -9%;
        /*max-width: 660px;*/
    }

    .left_lastProject h1 {
        font-size: 35px;
    }

    .lastProject p {
        width: 100%;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .right_lastProject img {
        width: 111%;
        margin-top: 24%;
        margin-left: -9%;
        /*max-width: 720px;*/
    }
}

@media screen and (min-width: 1440px) {
    .right_lastProject img {
        width: 120%;
        height: 80%;
        margin-top: 100px;
        margin-left: 0;
        /*max-width: 800px;*/
    }

    .lastProject {
        height: 100vh;
        /*min-height: 720px;*/
        /*max-height: 785px;*/
    }

    .projectBlur{
        max-width: 650px;
    }

    .left_lastProject{
        margin-top: 0px;
        top: 50vh;
    }
}


@media only screen and (min-width: 1900px ) {

    .right_lastProject img {
        width: 120%;
        height: 80%;
        margin-left: -9%;
    }

    .lastProject {
        height: 100vh;
        /*max-height: 850px;*/
    }
}

@media only screen and (min-width: 2560px) {
    .lastProject{
        max-height: 100vh;
    }

    .right_lastProject img {
        width: 106%;
        max-width: 1350px;
        margin-left: 0;
    }

    .left_lastProject h1 {
        font-size: 50px;
    }

    .lastProject p {
        font-size: 22px;
    }
    .left_lastProject{
        /*margin-top: 450px;*/
    }
}

@media only screen and (min-width: 2900px){
    .right_lastProject img {
        width: 120%;
    }
}

@media screen and (orientation: landscape) and (max-width: 600px ) {
    .lastProject{
        min-height: 850px;
    }
}

@media screen and (orientation: landscape) and (min-width: 601px) and (max-width: 991px) {
    .lastProject{
        min-height: 960px;
    }

    .right_lastProject img{
        max-width: 650px;
        margin-top: 5%;
    }
}