.photo-viewer{position:relative;background-color:#dbdbdb}@media(max-width:600px){.photo-viewer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.photo-viewer__close{width:40px;height:40px;position:absolute;right:8px;top:8px;z-index:3;background:rgba(0,0,0,.4)}.photo-viewer__img{min-width:500px;min-height:500px;max-height:90vh;max-width:90vw}@media(max-width:600px){.photo-viewer__img{max-width:100%;max-height:100%;min-width:auto;min-height:auto;width:100%}}