.cx-article-thumb {
  background-image: url("../../img/solutions/cx/cx-thumb.jpg");
}

#cx-section,
#cx-article-thumb, #cx-article-content,
#cx1-thumb, #cx2-thumb, #cx3-thumb,
#cx4-thumb, #cx5-thumb, #cx6-thumb,
#cx7-thumb,
#contact-us-section {
  opacity: 0;
}

.cx-section-thumb {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.5s ease-out;
}

.cx-section-thumb:hover {
  background-size: 105%;
}

.cx1-thumb {
  background-image: url("../../img/solutions/cx/sales-icon.jpg");
}

.cx2-thumb {
  background-image: url("../../img/solutions/cx/relationship-sales-icon.jpg");
}

.cx3-thumb {
  background-image: url("../../img/solutions/cx/marketing-icon.jpg");
}

.cx4-thumb {
  background-image: url("../../img/solutions/cx/project-operations-icon.jpg");
}

.cx5-thumb {
  background-image: url("../../img/solutions/cx/field-services-icon.jpg");
}

.cx6-thumb {
  background-image: url("../../img/solutions/cx/customer-service-icon.jpg");
}

.cx7-thumb {
  background-image: url("../../img/solutions/cx/customer-voice-icon.jpg");
}

#cx1-thumb h5, #cx2-thumb h5, #cx3-thumb h5,
#cx4-thumb h5, #cx5-thumb h5, #cx6-thumb h5,
#cx7-thumb h5, #cx8-thumb h5, #cx9-thumb h5 {
  min-height: 70px;
}

@media all and (min-width: 1400px) {
  .cx-section-thumb {
    min-height: 250px;
    background-size: 100%;
  }
  .cx-section-thumb:hover {
    background-size: 105%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1440px) {
  .cx-section-thumb {
    min-height: 250px;
    background-size: 110%;
  }
  .cx-section-thumb:hover {
    background-size: 120%;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .cx-section-thumb {
    min-height: 230px;
    background-size: 120%;
  }
  .cx-section-thumb:hover {
    background-size: 130%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .cx-section-thumb {
    min-height: 150px;
    background-size: 120%;
  }
  .cx-section-thumb:hover {
    background-size: 130%;
  }
}
@media all and (min-width: 578px) and (max-width: 767px) {
  .cx-section-thumb {
    min-height: 120px;
    background-size: 115%;
  }
  .cx-section-thumb:hover {
    background-size: 125%;
  }
}
@media all and (min-width: 426px) and (max-width: 576px) {
  .cx-section-thumb {
    min-height: 300px;
    background-size: 120%;
  }
  .cx-section-thumb:hover {
    background-size: 130%;
  }
}
@media all and (min-width: 321px) and (max-width: 425px) {
  .cx-section-thumb {
    min-height: 230px;
    background-size: 120%;
  }
  .cx-section-thumb:hover {
    background-size: 130%;
  }
}
@media all and (max-width: 320px) {
  .cx-section-thumb {
    min-height: 200px;
    background-size: 115%;
  }
  .cx-section-thumb:hover {
    background-size: 125%;
  }
}