.deep-image-tab-menu li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
    opacity: 0.5;
}

.deep-image-tab-menu li.active {
    opacity: 1;
}

.deep-image-tab-content {
    display: none;
}

.deep-image-tab-content:first-of-type,
.deep-image-tab-content.active {
    display: block;
}

.image-tab-thumbnail img {
    border: 4px solid rgba(161, 174, 183, .3);
    border-radius: 50px;
}

.image-tab-title,
.image-tab-caption {
    text-align: center;
    margin: 5px 0;
    color: #a1aeb7;
}