@import "src/styles/mixins"; .scene { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .image { transition: opacity 1s; @include tablet { display: none; } }