@media only screen and (max-width:800px) {

#header h1 {
    font-size: 28px;
    line-height: 38px;
    padding: 12px;
    right: 12px;
    bottom: 142px;
    width: 382px;
}

.install-wrapper h1 {
    color: #dcdcdc !important;
    text-transform: uppercase;
    font-size: 52px;
    margin-top: 52px;
}

.footer-left > a {
    font-size: 20px;
}

ul {
    margin-left: -42px;
}

#header {
    background-image: url(../images/head-banner-mobile.svg);
}


.use-wrapper h1 {
    font-size: 2em;
}

.use-wrapper {
    padding: 40% 12% 12% 18%;
}


.box-margin {
    margin: auto 4%
}

#install {
    background-image: url(../images/content-back-mobile.svg);
}

.path-text {
	font-size: 12px;
}


}