
  #Banner2_Skeleton .ant-skeleton {
    width: 100% !important;
    height: unset !important;
  }
#Banner2_Skeleton .ant-skeleton-image {
    background: #f6f6f6 !important;
  }
@media (min-width: 1025px) {
    #Banner2_Skeleton .ant-skeleton-image {
      width: 100% !important;
      height: 463px !important;
  }
    }
@media (max-width: 1024px) {
    #Banner2_Skeleton .ant-skeleton-image {
      width: 100% !important;
      height: 188px !important;
  }
    }
:is(#Banner2_Skeleton .ant-skeleton-image) svg {
      display: none !important;
    }
