body {
    background-image: url("../images/cover_bg.png");
    line-height: 1.7em;
    font-size: 18px;
}

#left, #right {
    height: 100%;
    position: absolute;
    z-index: 1;
}

#left {
    left: 0;
    width: 55%;
}

#right {
    right: 0;
    background-color: #000000;
    background-image: url("../images/side2.jpg");
    width: 45%;
}

.leftCont {
    max-width: 750px;
    margin: 0 auto;
    top: 50%;
    padding: 50px;
    margin-top: 20%;
}

    .leftCont img {
        width: 100%;
    }

.redText {
    color: #fe384f;
    font-size: 28px;
    font-weight: bold;
    padding: 50px 0 50px 0;
}

@media only screen and (max-width: 630px) {
    #left, #right {
    }

    #left {
        width: 100%;
        padding-top: 100px;
    }

    #right {
        width: 100%;
        height: 200px;
        left: 0;
    }
}

@media only screen and (max-width: 340px) {

    .redText {
        padding: 30px 0 30px 0;
    }

    .leftCont {
        padding: 30px;
        margin-top: 130px;
    }
}
