﻿.journey { height: 240vh; }
.journey-pizza { will-change: transform; }

@media (max-width: 760px) {
  .journey { height: 205vh; }
}


