@-webkit-keyframes show-in{0%{transform:scale(.5) translate(-50%,-50%);opacity:0}50%{opacity:.5}80%{opacity:1}to{transform:scale(1)}}@keyframes show-in{0%{transform:scale(.5) translate(-50%,-50%);opacity:0}50%{opacity:.5}80%{opacity:1}to{transform:scale(1)}}@-webkit-keyframes slideInLeftX{0%{width:0}to{width:32px}}@keyframes slideInLeftX{0%{width:0}to{width:32px}}@-webkit-keyframes slideInLeftY{0%{height:0}to{height:32px}}@keyframes slideInLeftY{0%{height:0}to{height:32px}}.cell{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;margin:10px 0}.cell__img{background-size:cover;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.cell__img img{width:100%;height:100%}.cell__ref{position:relative;top:-10px}.cell__pointer{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:20px;height:20px;padding:2px;position:absolute;font-weight:700;color:#1f1d1d;cursor:pointer;background-color:#c72020;border-radius:50%;transform:translate(-50%,-50%)}@media screen and (min-width:768px){.cell__img{width:600px;height:600px}}