﻿.static-banner {
    z-index: -10 !important;
    position: relative;
}

.carousel-caption {
    text-align: left !important;
    padding: 10px 50px;
    color: #fff;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    z-index:1001;
}
@media (max-width:767px) {
    .carousel-caption {
        left: 0%;
        right: 0%;
        top: 70%;
        background-color: rgba(0,0,0,0.25);
    }
    h1{
        font-size:1.4em;
    }
}