.outline-shadow{position:relative;display:inline-block}.outline-shadow img{position:relative;z-index:2}.outline-shadow::after{content:'';display:block;position:absolute;height:340px;z-index:1;border:4px solid var(--border-color);opacity:var(--opacity);width:100%;max-height:100%}.outline-shadow.bottom_right_far::after{left:3rem;bottom:-3rem}.outline-shadow.bottom_right_close::after{left:1rem;bottom:-1rem}.outline-shadow.bottom_left_close::after{left:-1rem;bottom:-1rem}.outline-shadow.bottom_left_far::after{left:-3rem;bottom:-3rem}.outline-shadow.top_left_far::after{left:-3rem;top:-3rem}.outline-shadow.top_left_close::after{left:-1rem;top:-1rem}.outline-shadow.top_right_far::after{left:3rem;top:-3rem}.outline-shadow.top_right_close::after{left:1rem;top:-1rem}@media all and (max-width:768px){.outline-shadow img{max-width:100%;height:auto}.outline-shadow::after{margin-left:1rem;margin-top:1rem;height:50%}}@media all and (min-width:768px){.outline-shadow{margin-left:var(--margin-right);margin-right:var(--margin-left)}}