.shotplacement{margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;max-width:100vw;display:flex;justify-content:center;min-height:500px}.shotplacement--right{flex-direction:row-reverse}@media screen and (max-width: 768px){.shotplacement{flex-direction:column}}.shotplacement__content{width:100%;padding:0 4rem}.shotplacement__video{width:100%;background-color:#262626;position:relative}@media screen and (max-width: 768px){.shotplacement__video{position:sticky;top:0}}.shotplacement__video-player{width:100%;height:auto;max-height:500px;display:block;position:sticky;top:125px}.shotplacement__video-selector{position:absolute;top:5px;left:50%;transform:translateX(-50%);background-color:#fff;border:2px solid #00a6ff}.shotplacement__editor{width:100%;min-height:500px;display:flex;justify-content:center}.shotplacement__editor--right{flex-direction:row-reverse}.shotplacement__preloader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;display:block}.shotplacement__preloader--hidden{display:none}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
