#carousel-1 {
    background: url(../images/header-a.jpg) no-repeat bottom right transparent;
    background-size: 100% 100%;
    position: relative !important;
}

#carousel-1-cola {
    position: absolute;
    width: 15.5%;
    height: 300px;
    right: 0;
    top: 0;
}

#directiva {
    background-color: #f1d48e;
}

#contacto {
    font-size: 1.5em;
}

@media (max-width: 768px) {

    .carousel-caption {
        background: url(../images/header-m.jpg) no-repeat top right transparent;
        background-size: cover;
    }

    #carousel-1-cola {
        display: none;
    }

}