.property-detail .carousel-inner > .item .bg-cover {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-indicators li {
    border: 1px solid #2a2a2a;
}