@media screen and (max-width: 780px) {

    .maincontm {
        position: absolute;
        bottom: 33px;
        left: 0;
        width: 100%;
        height: 50%;
        min-height: 250px;


    }



    .large {
        width: 90%;
        height: auto;
    }

    .content {
        font-size: .8em;
    }

    .mobiletitle {
        font-size: 16px;
    }

    .mobilesub {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .mobcont {
        font-size: 11px;
    }

    p.blue-a {
        color: #568396;
        font-size: 12px;
        padding: 15px 0px 10px 0px;
        clear: both;
    }


}


