.div--u-i98r1bydq > .link-universal .imageFit {
  position: relative;
  overflow: visible;
}
.div--u-i98r1bydq > .link-universal .imageFit:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  border: 2px solid #fff;
  border-left-color: #d11800;
  border-top-color: #d11800;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  -webkit-animation: anim 3s linear infinite;
  -moz-animation: anim 3s linear infinite;
  -o-animation: anim 3s linear infinite;
  animation: anim 3s linear infinite;
}
@keyframes anim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#it0bu4gt8_0 {
  background: none !important;
  padding: 7px !important;
  min-width: 0 !important;
  height: auto !important;
}
