@media (max-width:767px) {
html,
body {
    font:16px/22px Roboto Mono,Roboto Condensed,Arial,Neue Helvetica;
    color:#000;
    font-weight:400;
}
#header {
    width:100%;
    height:100px;
}
.home #header {
    width:100%;
        height:75vh;
        background-image:                            
            url("../../../files/minimlwork/img/hg_2240_black.jpg");
            background-size:cover;
            -webkit-background-size:cover;
            -moz-background-size:cover;
            -ms-background-size:cover;
            -o-background-size:cover;    
            background-repeat: no-repeat;    
            background-position:center top;
            background-attachment: scroll;
}
#footer {
    height:auto;
    max-width:100%;
}
#footer .content-text {
    margin-top:0;
    margin-left:0;
    padding:0px 0 0 20px;
}
#footer p {
    margin:0;
    padding:0 0 10px 10px;
    letter-spacing:1px;
}
h1 {
    display:inline-block;
    margin:0 0 20px;
    padding:0;
    text-align:left;
    font:24px Roboto Mono,Roboto Condensed,Arial,Neue Helvetica;
    color:#000;
    letter-spacing:1px;
    font-weight:500;
}
.home #main .content-text {
    padding:0 0 40px;
}
#main .ce_image {
    padding-right:20px;
    padding-left:20px;
}
img {
    height:auto;
    max-width:100%;
}
#header .mod_navigation {
    display:none !important;
}
#logo_mi {
    left:80px;
    top:80px;
    position:absolute;
    padding-left:0;
    font-size:20px;
    line-height:22px;
}
#logo_min {
    left:42px;
    top:78px;
}
#minimlwork a {
    right:30px;
    top:80px;
    position:absolute;
    font-size:14px;
    line-height:22px;
}
#minimlwork a:hover {
    color:#000;
}
}
