body { font-family: "Google Sans", "Noto Sans", sans-serif; }

.portrait { border-radius: 2%; overflow: hidden; }
.portrait img { transform: scale(1.2); }

.publication-image { border-radius: 2%; width: 100%; height: 100%; overflow: hidden; font-size: 0; }
.publication-image img { width: 100%; }

.publication-mousecell { position: relative; font-size: 0; width: 100%; height: 100%; display: inline-block; overflow: hidden; }
.publication-mousecell video { display: none; }
