/* Slider dots */
.slick-dotted li:only-child {
    display: none;
}

/** default img thumb */
img.ccc-default-thumb {
    width: auto;
    object-fit: contain;
}

/** show alt tag as text info uppon img */
.ccc_addAltAsInfo {
    position: absolute;
    left: 5px;
    bottom: 5px;
    opacity: 0;
    transition: all .4s;
}
.vc_single_image-wrapper:hover > .ccc_addAltAsInfo {
    opacity: 1;
}