.biz360-rotator {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 280ms ease, filter 280ms ease;
}

.biz360-rotator-ready {
  opacity: 1;
}

.biz360-fading {
  opacity: .22;
  filter: blur(1px);
}

.biz360-rotator-shortcode {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #dce9e7;
  box-shadow: 0 28px 85px rgba(0,0,0,.10);
}
