.full-width-image {
    width: 100vw;
    position: relative;
    left: 50%;  
    margin-left: -50vw;
  }
  
  .full-width-image img {
    width: 100%;
  }