.left-right-frame{display:flex;flex-direction:row;margin-top:60px;min-height:100vh;margin-inline:auto;max-width:1200px;padding:15px}.left-right-frame .left-side{flex:2 1;box-sizing:border-box;min-height:1400px}.left-right-frame .right-side{flex:1 1;position:-webkit-sticky;position:sticky;height:100vh;top:60px}@media (max-width:768px){.left-right-frame{flex-direction:column-reverse;margin-inline:0}.left-right-frame .right-side{position:relative;top:0;flex:0.2 1}}