@media screen and (min-width: 1024px) {
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(2) {
      margin-top: -30px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(2) .uc_content {
      bottom: 30px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(3) {
      margin-top: -10px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(3) .uc_content {
      bottom: 10px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(6) {
      margin-top: 10px;
      margin-bottom: -10px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(6) .uc_content {
      bottom: 20px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(8) {
      margin-top: 30px;
      margin-bottom: -30px;
    }
    .overlay_details2 .uc-items-wrapper .ue-item:nth-child(8) .uc_content {
      bottom: 40px;
    }
  }
  