.parallax {
    margin-top: -30px;
    margin-bottom: -20px;

 /* The image used 
background-image: url("img/mpcb.jpg");
 */
    

    /* Set a specific height */
    min-height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
@media only screen and (min-width: 320px) and (max-width: 800px) {
.parallax {
        min-height: 250px; 

background-repeat:no-repeat;
background-size:100% 100%;
background-position:center;

}
}

 hr.side {
                            display: block;
                            height: 0px;
                            border: 0;
                            border-top: 3px solid #cc3333;
                            margin: 0em 0;
                            padding: 0; 
                            width: auto;
                            margin-left: -30px;
                          }

@media only screen and (min-width: 320px) and (max-width: 700px) {
.label_skitter h2 {
top:30%;
}
}                          