14 margin-top: $-xxl*1.6;
15 @include smaller-than($screen-lg) {
20 .screenshot-container {
22 perspective-origin: 50% 50%;
26 display: inline-block;
28 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
29 border: 1px solid #DDD;
32 transform: rotateY(0);
33 transition: all ease-in-out 200ms;
35 transform: rotateY(-20deg);
37 @include smaller-than($screen-lg) {