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