@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes sway{0%{transform:rotate(0) translateY(0)}50%{transform:rotate(2deg) translateY(4px)}75%{transform:rotate(4deg) translateY(-2px)}to{transform:rotate(0) translateY(0)}}.photo{background:var(--mrn-background-default);border-radius:2rem;box-shadow:0 10px 1px var(--mrn-shadow-default);height:380px;justify-content:center;max-width:100%;overflow:hidden;width:240px}@media only screen and (max-width:920px){.photo{height:270px;width:170px}}.photo.vertical{height:240px;width:380px}@media only screen and (max-width:920px){.photo.vertical{height:auto;width:280px}}@media only screen and (min-width:920px){.photo.vertical.big{height:340px;width:580px}}.photo img{display:block;margin:0;width:100%}
