body:not(.safari).banner-animation-1 .instagram-slide .halo-row .halo-item a {
    opacity: 0;
    transform: scale(1.15);
    transition: transform 800ms cubic-bezier(.13,.55,.25,1), opacity 700ms cubic-bezier(.26,.54,.32,1);
}

body:not(.safari).banner-animation-1 .instagram-slide .halo-row .halo-item.shouldShow a,
body:not(.safari).banner-animation-1 .instagram-slide .halo-row .halo-item.slick-active a {
    opacity: 1;
    transform: scale(1);
}