body{background: url(/img/bg.png) repeat top left;width: 100%;height: 100%;position: fixed;display: flex;align-items: center;justify-content: center;overflow: auto}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){body{background: url(/img/bg@2X.png) repeat top left/300px 301px}}a:active,a:hover,a:link,a:visited{text-decoration: none;color: #696969}a.icon{border: none}.photo{position: relative;display: inline-block;width: 200px;color: #696969;box-shadow: none !important;-webkit-transform: translateZ(0);transform: translateZ(0)}.photo *,.photo:after,.photo:before{-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.3s linear;transition: all 0.3s linear}.photo:after,.photo:before{-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 50%;content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: -1;border: 3px solid #bcbcbc;border-color: transparent #dcdcdc}.photo img{max-width: 100%;backface-visibility: hidden;vertical-align: top;border-radius: 50%;padding: 10px}#photo a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1}.photo.hover:before,.photo:hover:before{-webkit-transform: rotate(45deg);transform: rotate(45deg)}.photo.hover:after,.photo:hover:after{-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}header{position: relative;display: inline-block}.popup{opacity: 0;visibility: hidden;position: absolute;bottom: -110px;padding: 10px;transform: translate(0, 10px);background-color: #dcdcdc;border-radius: 5px;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);width: 200px;text-align: center;font-family: Ubuntu, sans-serif}.popup:before{position: absolute;z-index: -1;content: "";right: calc(50% - 10px);top: -8px;border-style: solid;border-width: 0 10px 10px;border-color: transparent transparent #dcdcdc;transition-duration: 0.3s;transition-property: transform}header:hover .popup{z-index: 10;opacity: 1;visibility: visible;transform: translate(0, -20px);transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97)}
