@keyframes scale-in{0%{opacity:0;transform:scale(.02) rotate(7deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.scale-in{animation-name:scale-in;animation-duration:.4s;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-iteration-count:1}.map-container{height:100%;width:100%}