.hive-block-description {
    margin-bottom:1em;
}

.hive-block-image-slider .carousel-indicators {
    bottom: 0;
}
.hive-block-image-slider .carousel-caption {
    position: static;
    background-color: #222;
    padding: 15px 20px 50px;
}
.hive-block-image-slider .carousel-caption h3 {
    color: #ffffff !important;
}
.hive-block-image-slider .carousel-caption a.cta-link {
    color: #ffffff !important;
    font-style: italic;
    text-decoration: underline;
}
.hive-block-image-slider .carousel-control {
    width: 40px;
    height: 40px;
    background: #000000;
    border-style: none;
    color: #ffffff !important;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hive-block-image-slider .carousel-control:hover,
.hive-block-image-slider .carousel-control:focus {
    background: #000000;
    opacity: 1;
    text-decoration: none;
}
.hive-block-image-slider .carousel-control:hover {
    box-shadow: 0px 0px 5px 0px #ffffff;
}
.hive-block-image-slider .carousel-control:focus {
    outline: thin dotted;
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -4px;
}
.hive-block-image-slider .item img {
    width: 100%;
}
