/* general settings for section & subheader */
section,
#subheader {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

/* background settings for section */
#section-fun-facts {
    background: url(../images/background/1.jpg) fixed;
}
/* #agenda {background:url(../images/slider/fondo-slider.jpg) fixed;} */
#inscripciones {
    background: url(../images/slider/fondo-slider.jpg) fixed;
}
#section-sponsors {
    background: url(../images/background/4.jpg) fixed;
}
#categorias {
    background-color: #eee;
}

/* media query */
@media only screen and (max-width: 1199px) {
    section {
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-attachment: scroll !important;
        background-position: top !important;
    }
}
