@import "~/styles/variables.scss"; .wrap { padding: 0 $gap; line-height: 1.3em; @include tablet { position: relative; max-height: 50vh; overflow: hidden; &::after { content: ' '; position: absolute; background: linear-gradient(transparentize($lab_post_bg, 1), $lab_post_bg 80%); bottom: 0; left: auto; width: 100%; height: 100px; } } }