/***** Tablet *****/
@media only screen and (max-width: 959px) {
    .right {
        text-align: left;
    }

    .condept {
        right: 25px;
        left: unset;
    }

    .fullwidth {
        width: 60%;
        margin-left: 20%;
    }

    header {
        height: 300px;
    }








}


/***** Phone (landscape) *****/
@media only screen and (max-width: 767px) {

    .fullwidth {
        width: 100%;
        margin-left: 0;
    }

    .bannertext {
        padding-top: 0;
        top: 50%;
        transform: perspective(1px) translateY(-50%);
    }

    .leftpart,
    .rightpart {
        width: 100%;
    }


}


/***** Phone (portrait) *****/
@media only screen and (max-width: 480px) {



}
