#aci-ad-rotator {
  width: 100%;
}

#aci-ad-rotator .ad-image-con,
#aci-ad-rotator .ad-image {
  opacity: 1;
  margin: 0px auto;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #eee;
  background-size: contain;
  transition: opacity 1s ease-out; /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-in-out;
}

#aci-ad-rotator .button {
  width: 100%;
  margin-top: 1rem;
}
