@import './styles/<!--partnerName--settings-->';
@import './styles/tools';

.c-background-image-cycler {
    position: relative;
    width: 100%;
    height: 100%;
}

    .c-background-image-cycler__image {
        @include fill-parent();
        background-size: cover;
        background-repeat: no-repeat;
        transition: opacity 0.7s ease-in-out;
        opacity: 0;
    }

        .c-background-image-cycler__image--selected {
            opacity: 1;
        }
