@media only screen and (max-width: 650px) {
    .menu_ul{
        float: right;
        margin-right: 20px !important;
    }

    .slide_title {
        top: 15%;
        font-size: 60px;
    }

    .title_text_home {
        font-size: 70px;
    }

    .route_name {

        top: 5%;
    }

}