.lazyLoad,
.lazyLoad2 {
    width: 100%;
    opacity: 0
}

.visible {
    transition: opacity 3s ease;
    opacity: 5
}