@media (max-width: 767px) {

    #footer .f_careees .title {
        clear: both;
    }
    
    #footer .f_menu_warp {
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }
    
    .slicknav_menu {
        position: absolute;
        z-index: 9990;
        left: 0;
        background: #000;
    }
    
    .orbiter3_posts .image img {
        height: auto;
    }
    
    .home_posts .read_more {
        position: relative;
        top: -25px;
    }
    
    #header_in {
        opacity: 1 !important;
        background: #000;
    }
    
}

/* Portrait */
@media (max-width: 767px) and (orientation:portrait) {
  
}

/* Landscape */
@media (max-width: 767px) and (orientation:landscape) {
}


@media (max-width: 900px) {
    .home_posts .read_more {
        position: relative;
        top: -50px;
    }
}