html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

#myCarousel{

    margin-bottom: -50px;
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
}

.carousel-control.left,.carousel-control.right{
    height: 320px;
    padding-top: 25%;
}

.carousel-caption {
    left: 0px;
    right: auto;
    padding-bottom: 0;
    bottom: -5px;
    text-align: left;
    padding-left: 10px;
    width: 100%;
    padding-top: 0px;
    text-shadow: none;
}
.carousel-caption a{
    color: #555;

}
.carousel-caption a:hover{
    text-decoration: none;
}

.carousel-indicators{
    bottom: 75px;
}