#rotate{z-index:99;background-color:#000;position:absolute;width:100%;height:100%;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}.phone{height:50px;width:100px;border:3px solid #fff;border-radius:10px;animation:rotate 1.5s ease-in-out infinite alternate}.message{color:#fff;font-size:2em;margin-top:40px;text-align:center}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(-90deg)}100%{transform:rotate(-90deg)}}@media only screen and (orientation:portrait){.rotate-screen-popup{display:flex}#rotate{display:flex}}