article{ max-width: 1300px; min-height: 1500px; margin: 0 auto; overflow: hidden; position: relative; padding: 100px; background: teal; } .frame{ position: relative; height: 300px; width: 300px; overflow: visible; margin: 200px auto; } .poster{ background: #923; position: absolute; height: 300px; width: 300px; z-index: 1; opacity: 1; } .rotate{ width: 9999px; height: 300px; background: #000; position: absolute; left: 0px; top: 0px; z-index: 0; opacity: 0.1; -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; } .rotate.top{ left: 300px; -ms-transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%; transform-origin: 0% 0%; }