#main {
    margin:0px;
}
.ajustBtn{
    width: 80px;
}
#extr-page #header #logo img {
    width: 100px;
}
.alert-danger {
    color: #B82929;
}
.hero{
    background-image: url("../images/maps.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 0px !important;
}
@media only screen and (max-width : 1200px){
    .hero{
        background:transparent;
    }
}
