.overlay-landscape{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#262626}.overlay-landscape .phone-wrapper{display:flex;align-self:center;align-items:center;justify-content:center;flex-direction:column;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-landscape .phone-wrapper p{text-align:center;color:#fff;font-size:12px;margin-top:50px;opacity:1;max-width:290px}.overlay-landscape .phone{background:#d8d8d8;border-radius:10px;animation:rotateLeft 2s 0 forwards ease-in-out;animation-iteration-count:infinite;width:160px;height:100px;border-width:10px 20px;border-color:#000;border-style:solid}.overlay-landscape .phone figure{position:relative;width:100%;height:100%}.overlay-landscape .phone img{animation:fadeIn .5s .8s forwards ease;width:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg)}@keyframes fadeIn{to{opacity:1}}@keyframes rotateLeft{0%{transform:rotate(0)}30%{transform:rotate(0)}50%{transform:rotate(-90deg)}99%{transform:rotate(-90deg)}to{transform:rotate(0)}}.fadeout-leave-active{transition:opacity .3s ease}.fadeout-enter-from,.fadeout-leave-to{opacity:0}
