@import "./my-water-fall.scss";

.my-h-water-fall .item-warp .img-warp{
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  vertical-align: bottom; 
  & > img{
    display: block;
    width: 100%;
  }
}

.my-v-water-fall{
  .col-warp{
    .img-warp{
      position: relative;
      img{
        width: 100%;
      }
    }
  }
}