@media only screen and (max-width: 768px) {
    .header {
        height: unset;
    }
    .header .rocketlogo{
        bottom: 0px;
        display: none;
    }
    .header .vo_circle {
        display:none;
    }
    .header .textvo{
        margin-right:0px !important;
        margin-top:20px;
    }
    .header .searchform {
        top:0px;
        margin-right: 15px;
        margin-left: 15px;
    }
    #about .img {
        float:unset;
    }
    #why_doris_ma .wd_title{
        margin-bottom: 15px
    }
    #why_doris_ma .wd_title img {
        margin-right: 0;
    }
    #why_doris_ma .wd_title .txt {
        margin-right: 0;
        display: block;
        line-height: 20px ;
        margin-bottom: 10px
    }
    .vo_footer .namads{
        margin-bottom: 30px
    }

}