body {
    overflow-x: hidden;
    position: relative;
    transition: 0.5s;
    left: 0;
    background-color: rgb(253,248,244);
    background-repeat: repeat;
    background-size: 907px 155px;
  }
 

 
  /* 新css */
 
  /* img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  } */
  
  /* .image-container {
    position: relative;
    z-index: 1;
  } */
  .image-container {
    width: 100%;
    height: auto;
    position: relative;
  }

 

  
  .image-content {
    position: relative;
  }
  
  .image-content img {
    width: 100%;
    height: auto;
  }
  
