.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
@-webkit-keyframes myfirst {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes myfirst {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
