#myCarousel .carousel-indicators {
    bottom: 0;
    float: left;
    left: auto;
    margin: 0 10px;
    position: relative;
    right: 0;
    width: auto;
}

#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 43px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px !important;
    margin-top: 0;
    width: 56px;
}

#myCarousel .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 43px;
    left: 0;
    width: 56px;
}

#myCarousel .carousel-indicators .active img {
    border: 2px solid #39b3d7;

}

.feature-block .container {
    width: 100%;
    min-height: 270px
}

.feature-block .item {
    height: 100%;
}
.feature-block .item .carousel-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.feature-block .item > a {

}

.feature-block .item div {

}

@media (max-width: 700px) {
    /*#myCarousel .carousel-indicators {display:none}*/

}

@media (max-width: 295px) {
    #myCarousel .carousel-indicators {
        display: none
    }

}