
/* Device screen smaller than design */
@media screen and (max-width: 1040px) {

H1 BR, H2 BR, H3 BR, H4 BR, H5 BR, H6 BR { display: none; }

H1 {
    margin: .75em 0 .5em;
    }

#layout { overflow: hidden; }

#header { margin: 0; }
#header .inner {
    margin: 0;
    min-height: auto;
    }

#content {
    margin: 10px;
    }

#stepping { width: 100%; }

.video { width: 100% !important; }
.video IFRAME {
    width: 100% !important;
    }

.insertion {
    text-align: center !important;
    margin: 0 !important;
    float: none !important;
    }
.insertion P { text-align: center; }
.insertion IMG { width: 50%; }

.quotation {
    font-size: 18px;
    padding: 10px;
    margin: 1em -10px;
    }

.purchase .button { font-size: 30px; }
.purchase .button BR { display: none; }
.purchase .link BR { display: none; }

.cart .descr {
    font-size: 16px;
    }

.cart .discard {
    margin: 1em 0;
    }

#footer {
    font-size: 12px;
    }

}

/* Device screen extra small */
@media screen and (max-width: 550px) {

.insertion IMG { width: 90%; }

}
