@import "src/assets/variables";

.slider-story {
  width: 50vw;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
  }
}