/*# sourceMappingURL=ImageBlock.css.map */
.multiple-image-carousel img {
    opacity: 0;
    /*object-position: unset !important;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.multiple-image-carousel img.active {
    opacity: 1;
    transition-delay: 0.4s;
}

.zoom-image-wrapper .default-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: transform 0.8s linear;
    -moz-transition: transform 0.8s linear;
    -ms-transition: transform 0.8s linear;
    -o-transition: transform 0.8s linear;
    transition: transform 0.8s linear;
}

.zoom-image-wrapper.all-transition .default-background {
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}


@media screen and (max-width: 768px) {
    .zoom-image-wrapper .default-background {

    }
}

.multiple-image-carousel .default-background {


}
