.control{display:block;position:fixed;right:20px;width:58px;height:111px;top:40vh;z-index:100;background:rgba(239,174,77,.68);padding:2px;border-radius:60px}.control .logo{width:100%;height:20px;position:absolute;top:-30%}.mobile-icon{width:50px;height:50px;border-radius:25px;margin:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:2;background:url(/assets/phone.png) no-repeat 50%;transition:background .4s}.mobile-icon.selected{background:url(/assets/phone.png) #fff no-repeat 50%}.desktop-icon{width:50px;height:50px;border-radius:25px;margin:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:2;background:url(/assets/pc.png) no-repeat 50%;transition:background .4s}.desktop-icon.selected{background:url(/assets/pc.png) #fff no-repeat 50%}.mobile{padding-top:7vh;margin-bottom:7vh;width:100vh}.main{width:950px;margin:0 auto;height:84vh}@media (max-width:850px){.main{width:90%;margin:0 auto}}.overlay{background-size:cover;box-shadow:0 0 79px 0 hsla(0,0%,57%,.4);border-radius:45px;background-repeat:no-repeat;height:100%;width:100%}.view{border:none;min-width:350px;width:42%;height:85vh;margin:0 auto;position:relative}.iframe{top:7%;left:3%;width:94%;height:85%;border-radius:0 0 0 0;border:none;box-shadow:0 0 1px 0 hsla(0,0%,48%,.5);overflow-y:scroll;overflow-x:hidden}.iframe,.time{position:absolute}.time{left:8%;font-size:.85rem;font-family:Roboto,Franklin Gothic Medium,Tahoma,sans-serif;padding:0 60px 0 0;bottom:94%}