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