.cloud9-wrapper > h1 {
  color: rgb(221, 142, 22);
  margin: 14px auto 0;
}

#cloud9-carousel {
  height: 500px;
  padding:20px 0;
  overflow: visible !important;
  text-align: left;
}
.cloud9-item {
  width: 400px;
  padding: 12px;
  text-align: center;
  background-color:#FAFAFA;
  border:2px solid #555555;
  border-radius: 6px;
}
.cloud9-item h2 {
  margin: 0 0 7px 0;
}
.cloud9-item a {
  font-size: 16px;
  display: inline-block;
  margin-top:20px;
  margin-bottom:10px;
}
.cloud9-item p {
  font-size: 15px;
}
.cloud9-item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: none !important;
}
.cloud9-nav {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s ease;
}
.cloud9-nav:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}
.cloud9-nav:active,
.cloud9-nav.down {
  background: rgba(0, 0, 0, 0.9) !important;
  transform: translateY(-50%) scale(0.95);
}
.cloud9-nav.left {
  left: 20px;
}
.cloud9-nav.right {
  right: 20px;
}



.cloud9-btn {
  padding:12px 16px;
  text-decoration:none;
  font-weight:normal;
  border:none;
  color:#ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c33401), color-stop(1, #a80701));
  background-image: -webkit-linear-gradient(top, #c33401 0%, #a80701 100%);
  background-image: linear-gradient(top, #c33401 0%, #a80701 100%);
  text-shadow:0 !important;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}

.cloud9-btn:hover {
  color:#ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a80701), color-stop(1, #c33401));
  background-image: -webkit-linear-gradient(top, #a80701 0%, #c33401 100%);
  background-image: linear-gradient(top, #a80701 0%, #c33401 100%);
  text-decoration:none;
}
