.epCubeNew {
  word-break: auto-phrase;
}
.epCubeNew main img {
  border-radius: 10px;
  overflow: hidden;
}
.epCubeNew .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
.epCubeNew .font-regular-18 {
  font-size: 18px;
}
.epCubeNew .font-medium-16 {
  font-size: 16px;
}
.epCubeNew .font-bold-16 {
  font-size: 16px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-26 {
  font-size: 26px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-18 {
  font-size: 18px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-20 {
  font-size: 20px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-22 {
  font-size: 22px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-36 {
  font-size: 36px;
  line-height: 48px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-48 {
  font-size: 48px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-52 {
  font-size: 52px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-80 {
  font-size: 80px;
  font-family: roboto-bold;
}
.epCubeNew .wrapper {
  background-color: #000;
  color: #fff;
  padding-bottom: 200px;
}
.epCubeNew .common-page {
  max-width: 1200px;
  margin: 0 auto;
}
.epCubeNew .mt-200 {
  margin-top: 200px;
}
.epCubeNew .mb-200 {
  margin-bottom: 200px;
}
.epCubeNew .pt-200 {
  padding-top: 200px;
}
.epCubeNew .mb-40 {
  margin-bottom: 40px;
}
.epCubeNew .mb-60 {
  margin-bottom: 60px;
}
.epCubeNew .mb-24 {
  margin-bottom: 24px;
}
.epCubeNew .banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 47.8125%; /* 918/1920 = 0.478125 */
  overflow: hidden; /* 确保超出部分被隐藏 */
}

.epCubeNew .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 比例 */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.epCubeNew .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.epCubeNew .banner .banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* 当屏幕宽度大于图片宽度时限制图片宽度 */
}

@media (max-width: 1199px) {
  .epCubeNew .banner .img {
    width: unset;
  }
}

.epCubeNew .content {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.epCubeNew .content .title {
  margin-bottom: 12px;
}

.epCubeNew .banner .buttons {
  text-align: center;
  gap: 20px;
}

.epCubeNew .banner .buttons .btn {
  color: #fff;
  padding: 4px 12px;
  border: 2px solid #fff;
  border-radius: 36px;
  min-width: 180px;
}

.epCubeNew .award-list {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.epCubeNew .award-item {
  flex: 1;
}

.epCubeNew .award-item img {
  position: relative;
  top: 0;
  left: 0;
  max-height: 50px;
  height: 52px;
  width: auto;
}

.divider-line {
  height: 52px;
  width: 1px;
  background-color: #ccc;
  margin: 0 28px;
}

.epCubeNew .spot {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  cursor: pointer;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.epCubeNew .spot-container {
  position: absolute;
}

/* 调整spot-content的位置 */
.epCubeNew .spot-content {
  position: absolute;
  left: 20px; /* 相对于spot的偏移量 */
  bottom: 100%;
  display: none;
  width: 353px;
  z-index: 2025;
  color: #fff;
  min-height: 160px;
}
.epCubeNew .spot-content p {
  margin-bottom: 0;
}

.epCubeNew .spot-content ul {
  position: relative;
  left: -15px;
}

/* 调整connector-line的位置 */
.epCubeNew .connector-line {
  position: absolute;
  left: 5px;
  bottom: 50%; /* 改为从spot向上延伸 */
  width: 5px;
  height: 0;
  background: white;
  z-index: 2025;
}

/* 为所有spot设置特定样式 */
/* 为每个spot设置特定位置 */
.epCubeNew .spot1-container {
  top: 55%;
  left: 43%;
}
.epCubeNew .spot2-container {
  top: 54%;
  left: 54.5%;
}
.epCubeNew .spot3-container {
  top: 62%;
  left: 54.5%;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* 遮罩层样式 */
.epCubeNew #overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  color: white;
}

.epCubeNew .power-outage-tabs {
  margin-top: 30px;
}

.epCubeNew .tabs-container {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}

.epCubeNew .tab {
  cursor: pointer;
  flex: 1;
  border-top: 2px solid #646464;
  color: #646464;
}

.epCubeNew .tab .title {
  margin: 16px 0;
}

.epCubeNew .tab.active {
  border-top-color: #fff;
  color: #fff;
}

.epCubeNew .content-item {
  display: none;
}

.epCubeNew .content-item.active {
  display: block;
}

.epCubeNew .power-outage-image {
  margin: 20px auto;
  text-align: center;
}

.epCubeNew .power-outage-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.epCubeNew .energy-storage .cont {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
}
.epCubeNew .energy-storage .bac-img {
  width: 100%;
}
.epCubeNew .energy-storage .animation-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00ce7a;
  z-index: 2;
}
.epCubeNew .energy-storage .dot1 {
  top: 47%;
  left: 63.5%;
}
.epCubeNew .energy-storage .dot2 {
  top: 79%;
  left: 63.5%;
}
.epCubeNew .energy-storage .dot3 {
  top: 79%;
  left: 71%;
}
.epCubeNew .energy-storage .animation-line {
  position: absolute;
  background: #fff;
  z-index: 1;
}
/* 竖线 */
.epCubeNew .energy-storage .line1 {
  top: 49%;
  left: 64%;
  width: 1px;
  height: 31%;
}
/* 横线 */
.epCubeNew .energy-storage .line2 {
  top: 79.9%;
  left: 64%;
  width: 7%;
  height: 1px;
}
.epCubeNew .energy-storage .green-ball {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00ce7a;
  top: 20%;
  left: 20%;
  animation: moveBall 3s infinite;
  z-index: 2;
}

@keyframes moveBall {
  0% {
    top: 47%;
    left: 63.5%;
  }
  50% {
    top: 79%;
    left: 63.5%;
  }
  100% {
    top: 79%;
    left: 71%;
  }
}
@media (min-width: 1800px) {
  .epCubeNew .energy-storage .dot1 {
    top: 48%;
    left: 63.7%;
  }
  .epCubeNew .energy-storage .dot2 {
    top: 79.2%;
    left: 63.7%;
  }
  .epCubeNew .energy-storage .dot3 {
    top: 79.2%;
  }
  @keyframes moveBall {
    0% {
      top: 48%;
      left: 63.7%;
    }
    50% {
      top: 79.2%;
      left: 63.7%;
    }
    100% {
      top: 79.2%;
      left: 71%;
    }
  }
}
@media screen and (min-width: 2000px) {
  .epCubeNew .energy-storage .line2 {
    top: 79.7%;
  }
}
@media screen and (min-width: 3000px) {
  .epCubeNew .energy-storage .dot1 {
    left: 63.8%;
  }
  .epCubeNew .energy-storage .dot2 {
    left: 63.8%;
  }
  @keyframes moveBall {
    0% {
      top: 48%;
      left: 63.8%;
    }
    50% {
      top: 79.2%;
      left: 63.8%;
    }
    100% {
      top: 79.2%;
      left: 71%;
    }
  }
}
@media screen and (max-width: 1000px) {
  .epCubeNew .energy-storage .dot1 {
    left: 63.2%;
  }
  .epCubeNew .energy-storage .dot2 {
    top: 78%;
    left: 63.2%;
  }
  .epCubeNew .energy-storage .dot3 {
    top: 78%;
  }
  @keyframes moveBall {
    0% {
      top: 48%;
      left: 63.2%;
    }
    50% {
      top: 78%;
      left: 63.2%;
    }
    100% {
      top: 78%;
      left: 71%;
    }
  }
}
@media screen and (max-width: 500px) {
  .epCubeNew .energy-storage .dot1 {
    left: 63%;
  }
  .epCubeNew .energy-storage .dot2 {
    top: 78%;
    left: 63%;
  }
  .epCubeNew .energy-storage .dot3 {
    top: 78%;
  }
  .epCubeNew .energy-storage .animation-dot {
    width: 10px;
    height: 10px;
  }
  .epCubeNew .energy-storage .green-ball {
    width: 10px;
    height: 10px;
  }
  @keyframes moveBall {
    0% {
      top: 48%;
      left: 63%;
    }
    50% {
      top: 78%;
      left: 63%;
    }
    100% {
      top: 78%;
      left: 71%;
    }
  }
}

.epCubeNew .present-and-future .feature-list {
  gap: 90px;
  margin-bottom: 115px;
}
.epCubeNew .present-and-future .tab-nav {
   margin-top: 40px;
   border-bottom: 1px solid rgba(255, 255, 255, .3);
   position: relative;
}
.epCubeNew .present-and-future .tab-nav .tab-nav-item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
  text-align: center;
  padding: 15px 0;
  transition: color 0.3s ease;
}
.epCubeNew .present-and-future .tab-nav .tab-nav-item.active {
  color: #fff;
  font-weight: bold;
}
.epCubeNew .present-and-future .tab-nav .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease;
  width: 0;
}
.epCubeNew .present-and-future .tab-content {
  display: none;
}
.epCubeNew .present-and-future .tab-content.active {
  display: block;
}
.epCubeNew .present-and-future .feature-item {
  flex: 1;
}
.epCubeNew .present-and-future .feature-item .type {
  color: #646464;
}
.epCubeNew .present-and-future .feature-other .feature-item:nth-child(1) {
  width: calc(33% - 80px);
}
.epCubeNew .present-and-future .feature-other .feature-item {
  flex: unset;
}
.epCubeNew .present-and-future img {
  border-radius: 10px;
  overflow: hidden;
}

.epCubeNew .control .title {
  padding-top: 115px;
}
.epCubeNew .control .desc {
  margin-bottom: 60px;
}
.epCubeNew .control-sec {
  gap: 200px;
}
.epCubeNew .control img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.epCubeNew .control-sec .left {
  flex: 1;
}
.epCubeNew .control-sec .right {
  flex: 1;
}
.epCubeNew .vpp img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.epCubeNew .map {
  min-height: 888px;
  position: relative;
}
.epCubeNew #map-homeowners-epcube {
  min-height: 888px;
}
.epCubeNew .map .map-tools {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 2%;
  right: 20px;
  gap: 12px;
}

.epCubeNew .map .map-tools button {
  color: #969696;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  font-size: 32px;
  border: none;
}

.epCubeNew .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.epCubeNew .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.epCubeNew .carousel-indicators button.active {
  background-color: #fff;
}

.epCubeNew .specs-tabs {
  flex: 1;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 52px;
}
.epCubeNew .specs-tabs .spec-tab {
  border: none;
  cursor: pointer;
  color: #969696;
}
.epCubeNew .specs-tabs .spec-tab.active {
  color: #fff;
  font-weight: bold;
}
.epCubeNew .specs-tabs .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease;
  width: 0; /* 初始宽度为0 */
}
.epCubeNew .specs .title {
  min-width: 353px;
  margin-right: 117px;
  margin-bottom: 0;
  align-items: center;
}
.epCubeNew .specs-tabs-container {
  gap: 125px;
  height: 52px;
  align-items: center;
}
.epCubeNew .specs .first-line {
  margin-bottom: 60px;
}
.epCubeNew .specs-content .left-column {
  margin-right: 117px;
  width: 353px;
}
.epCubeNew .specs-content p {
  margin: 0;
}
.epCubeNew .specs-content b,
.epCubeNew .specs-content strong {
  display: inline-block;
  margin-bottom: 10px;
}

.epCubeNew .specs-content .data-sheet {
  margin-top: 30px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.epCubeNew .bottom {
  gap: 116px;
}
.epCubeNew .bottom .left {
  width: 57%;
}
.epCubeNew .bottom .right {
  width: 30%;
}
.epCubeNew .bottom .link {
  color: #fff;
  padding: 18px 84px;
  border: 2px solid #fff;
  border-radius: 36px;
}
.epCubeNew .safe img,
.epCubeNew .bottom img {
  border-radius: 10px;
  overflow: hidden;
}

/* 整体响应式 */
@media (max-width: 1500px) {
  .epCubeNew .award-list {
    top: 5%;
  }

  .epCubeNew .banner {
    min-height: 700px;
  }

  .epCubeNew .banner .banner-img {
    height: 100%;
    width: auto;
  }

  .epCubeNew .award-item img {
    height: 40px;
  }

  .epCubeNew .content {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .epCubeNew {
    background: #000;
  }
  .epCubeNew .spot1-container {
    left: 41.5%;
  }
  .epCubeNew .spot2-container {
    left: 55.5%;
  }
  .epCubeNew .spot3-container {
    left: 55.5%;
  }

  .epCubeNew .energy-storage {
    min-height: 700px;
    position: relative;
    background: #000;
  }
  .epCubeNew .energy-storage .cont {
    width: 90% !important;
    position: relative !important;
    top: 0;
    padding-top: 56px;
    padding-bottom: 62px;
  }

  .epCubeNew .mb-200 {
    margin-bottom: 60px;
  }
  .epCubeNew .pt-200 {
    padding-top: 60px;
  }
  .epCubeNew .font-bold-52 {
    font-size: 36px;
  }

  .epCubeNew .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .epCubeNew .tabs-container {
    gap: 50px;
    overflow: auto;
  }

  .epCubeNew .tab {
    min-width: 300px;
    padding-top: 8px;
  }
  .epCubeNew .for-power-outages .title {
    display: none;
  }
  .epCubeNew .for-power-outages .tab .title,
  .epCubeNew .for-power-outages .title.for-phone {
    display: block !important;
    text-align: left !important;
  }
  .epCubeNew .present-and-future img {
    width: 100%;
  }
  .epCubeNew .present-and-future .feature-list.feature1 {
    margin-bottom: 40px;
  }
  .epCubeNew .present-and-future .feature-list {
    gap: 30px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .epCubeNew .bottom {
    gap: 70px;
  }
  .epCubeNew .bottom .link {
    padding: 18px 50px;
  }
  .epCubeNew .control-sec {
    gap: 50px;
  }
}

@media (max-width: 1000px) {
  .epCubeNew .spot1-container {
    left: 39.5%;
  }
  .epCubeNew .spot2-container {
    left: 57.5%;
  }
  .epCubeNew .spot3-container {
    left: 57.5%;
  }
  .epCubeNew .control-sec {
    flex-direction: column;
    gap: 50px;
  }
  .epCubeNew .control-sec img {
    width: 100%;
  }
  .epCubeNew .control-sec .right {
    flex-direction: column-reverse !important;
  }
  .epCubeNew .specs .first-line {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .epCubeNew .specs .title {
    text-align: left !important;
    margin-bottom: 40px;
  }
  .epCubeNew .specs-tabs-container {
    overflow: auto;
  }
  .epCubeNew .specs-tabs {
    border-color: rgba(255, 255, 255, .3);
  }

  .epCubeNew .map {
    min-height: 500px;
  }
  .epCubeNew #map-homeowners-epcube {
    min-height: 500px;
  }
  .epCubeNew .bottom {
    flex-direction: column;
    gap: 50px;
  }
  .epCubeNew .bottom .left {
    width: 100%;
  }
  .epCubeNew .bottom .right {
    width: 100%;
  }
  .epCubeNew .bottom img {
    width: 100%;
  }
}

@media (max-width: 880px) {
  .epCubeNew .spot-content {
    width: 250px;
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .epCubeNew .banner .buttons {
    flex-wrap: wrap;
  }
  .epCubeNew .spot-content {
    width: 200px;
  }
  .epCubeNew .spot1-container {
    left: 33.5%;
  }
  .epCubeNew .specs-items {
    flex-direction: column;
  }
  .epCubeNew .specs .first-line {
    margin-bottom: 20px;
  }
  .epCubeNew .map {
    min-height: 300px;
    margin-bottom: 8px;
  }
  .epCubeNew .map .thymeleaf-usa-map {
    min-height: 300px;
  }
  .epCubeNew #map-homeowners-epcube {
    min-height: 300px;
  }
  .epCubeNew .map .map-tools {
    right: -2px;
  }
  .epCubeNew .map .map-tools button {
    width: 28px;
    height: 28px;
    font-size: 24px;
    font-weight: normal;
  }
  .epCubeNew .map-tip {
    font-size: 12px;
  }
  .epCubeNew .vpp {
    margin-bottom: 20px;
  }
  .epCubeNew .mb-24 {
    margin-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .epCubeNew .spot-content {
    width: 200px;
  }
  .epCubeNew .spot1-container {
    left: 31%;
  }
  .epCubeNew .spot2-container {
    left: 62.5%;
  }
  .epCubeNew .spot3-container {
    left: 62.5%;
  }
  .epCubeNew .divider-line {
    margin: 0 10px;
    height: 40px;
  }
  .epCubeNew .spot-content.spot2-content {
    left: unset;
    right: 0;
  }
  .epCubeNew .spot-content.spot3-content {
    left: unset;
    right: 0;
  }
}

@media (max-width: 400px) {
  .epCubeNew .spot1-container {
    left: 22%;
  }
  .epCubeNew .spot2-container {
    left: 71.5%;
  }
  .epCubeNew .spot3-container {
    left: 71.5%;
  }
}

@media (max-width: 768px) {
  .epCubeNew .font-bold-52 {
    font-size: 24px !important;
  }
  .epCubeNew .font-bold-26 {
    font-size: 16px;
  }
  .epCubeNew .font-regular-16 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .epCubeNew .font-medium-16 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .epCubeNew .banner .desc {
    width: 70%;
    margin: 12px auto;
  }
  .epCubeNew .content .title {
    margin-bottom: 0;
  }
  .epCubeNew .why-choose .desc {
    margin-bottom: 20px;
  }
  .epCubeNew .benefits .benefits-cont .item-img {
    width: 50px;
  }
  .epCubeNew .benefits .benefits-cont .item-img img {
    max-width: 30px;
    max-height: 30px;
  }
  .epCubeNew .banner .buttons {
    gap: 15px;
  }
  .epCubeNew .carousel-indicators {
    bottom: 12%;
  }
  .epCubeNew .carousel-container strong,
  .epCubeNew.carousel-container b {
    font-size: 18px;
  }
  .epCubeNew .wrapper {
    padding-bottom: 80px;
  }
  .epCubeNew .tab {
    min-width: 66%;
  }
  .epCubeNew .tabs-container {
    gap: 10%;
  }
  .epCubeNew .mb-40 {
    margin-bottom: 30px;
  }
  .epCubeNew .present-and-future .feature-other .feature-item:nth-child(1) {
    width: unset;
  }
  .epCubeNew .energy-storage {
    min-height: unset;
  }
  .epCubeNew .bottom .link {
    font-size: 14px;
  }
  .epCubeNew .specs-items {
    font-size: 14px !important;
  }
  .epCubeNew .specs .title {
    margin-bottom: 20px;
  }
  .epCubeNew .control .desc {
    margin-bottom: 20px;
  }
  .epCubeNew .mb-60 {
    margin-bottom: 30px;
  }
  .epCubeNew .present-and-future .title,
  .epCubeNew .present-and-future .desc {
    text-align: left !important;
  }
  /* .epCubeNew .linear_gradient {
    width: 100%;
    height: 87.936px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: -1px;
  } */
  .epCubeNew .power-outage-image img {
    width: 137%;
    position: relative;
    height: auto;
    left: -25%;
    max-width: unset;
  }
  .epCubeNew .energy-storage .title {
    word-break: auto-phrase;
    width: 60%;
  }
  .epCubeNew .power-outage-tabs {
    margin-top: 20px;
  }
  .epCubeNew .power-outage-tabs .tab .title {
    margin: 0;
  }
  .epCubeNew .present-and-future .title {
    word-break: auto-phrase;
  }
  .epCubeNew .banner .buttons .btn {
    border: 1px solid #fff;
  }
  .epCubeNew .bottom .link {
    border: 1px solid #fff;
    padding: 10px 30px;
  }
  .epCubeNew .bottom .right {
    text-align: center;
  }
  .epCubeNew .present-and-future .tab-nav {
    margin-top: 0;
  }
  .epCubeNew .present-and-future .tab-nav {
    margin-bottom: 24px;
  }
  .epCubeNew .present-and-future .tab-nav .tab-nav-item {
    font-size: 16px;
  }
  .epCubeNew .present-and-future .tab-nav .underline {
    height: 2px;
  }
  .epCubeNew .specs-tabs .underline {
    height: 2px;
  }
  .epCubeNew .present-and-future img {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 400px)  {
  .epCubeNew .present-and-future .img-wrapper {
    height: 250px;
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .epCubeNew .present-and-future .img-wrapper img {
    width: auto !important;
    height: 100%;
  }
}
