/* Служебный класс для скрытия первой картинки */
.t-img-hide {
    opacity: 0 !important;
}
.t-img-show {
    opacity: 1 !important;
}