#mainSlider.slick-initialized{
opacity: 0;
transition: opacity .4s ease 1s;
}
#mainSlider.slick-initialized.opc{
opacity: 1;
}