/*
.uc-ny-banner2025 {
  text-align: center;
  background: #000;
  padding-bottom: 0 !important;
}

.uc-ny-banner2025 .t-img {
      width: 100% !important;
  }


@media (max-width: 720px) {

  .uc-ny-banner2025 {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }


  .uc-ny-banner2025 img {
    width: 120vw !important; 
    max-width: none;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  .uc-ny-banner2025 .t-img {
    width: 170vw !important;
    max-width: none;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}*/
