.cmh-desc-txt p { font-size: 28px !important; }
.cmh-add-updated-lp { max-width: 980px; /*max-height: 480px;*/}
.cmh-cover-image {max-width 580px; max-height 400px;}
.cmh-new-landing-page .slick-track {margin-top: 92px; padding-bottom: 92px;}
.cmh-new-landing-page .slide-resource-wrapper {width: 980px;}
.cmh-new-landing-page .slick-slide {margin-left: 20px;}
.cmh-new-landing-page .slick-slide .cmh-add-updated-lp {transition: transform 0.7s ease;}
.cmh-new-landing-page .slick-slide.slick-quick .cmh-add-updated-lp, .cmh-new-landing-page .slick-slide.slick-current .cmh-add-updated-lp  {transform: translateY(-92px);}
.cmh-new-landing-page.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.15s ease-in-out 0s;
  width: 80px;
  height: 80px;
  background-color: #ffffffd6 !important;
  text-align: center;
  line-height: 78px;
}
.cmh-new-landing-page.slick-arrow img {max-width: 25px;} 
.cmh-new-landing-page.slick-arrow.next-slide {right: 0;}

@media screen and (max-width: 1080px) {
  .cmh-new-landing-page .cmh-cover-image {flex-basis:auto; max-width: none;} 
  .cmh-new-landing-page .slick-slide .cmh-add-updated-lp {flex-direction: column; height: auto;}
  .cmh-new-landing-page.slick-arrow {top: 33%;}
  .cmh-new-landing-page .slick-slide.slick-quick .cmh-add-updated-lp, .cmh-new-landing-page .slick-slide.slick-current .cmh-add-updated-lp  {transform: none;}
}