

/* CSS from section stylesheet tags */
div#IGGGallery>ul{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin-top:5rem;padding:0;justify-content:center}div#IGGGallery>ul>li{display:flex;flex-direction:column;flex:0 0 auto;justify-content:center;width:290px;overflow:hidden;align-items:center}#IGGGallery{max-width:1185px;margin:0 auto;color:#fff}#IGGGallery li>a{position:relative;text-decoration:none;color:#fff}#IGGGallery li>a>div{width:290px;height:290px;background-position:center;background-size:cover;background-repeat:no-repeat}#IGGGallery li>a>p{position:absolute;top:0;padding:16px 20px;opacity:0}#IGGGallery li>a:hover>div{opacity:0.25}#IGGGallery li>a:hover>p{opacity:1}#IGGTitle{margin:3rem 1rem}#IGGTitle>a>h3{text-align:center}