.gallery-header{background:#fff;box-shadow:0 0 5px rgb(0 0 0/.1)}.gallery-nav{margin:auto;display:flex;justify-content:center;flex-wrap:wrap}.gallery-links a{flex-grow:1;text-align:center;padding:1em 1.2em;text-decoration:none;font-size:15px;color:inherit;display:block;position:relative}.gallery-links{display:flex;flex-wrap:wrap}.gallery-links a:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;transform:scaleX(0);background:#333;transition:.7s transform cubic-bezier(.06,.9,.28,1)}.gallery-links a:hover{color:#007bff}.gallery-links a:hover:after{transform:scaleX(1);background:#007bff}.gallery-links>.active{color:#007bff}.gallery-links>.active:after{transform:scaleX(1);background:#007bff}@media screen and (max-width:825px){.gallery-links a{padding:1em;font-size:13px}}@media screen and (max-width:640px){.gallery-links a{font-size:12px}}