       #project-page {
           padding-bottom: 150px;
       }
       
       #project-page .main-picture {
           margin-bottom: 2px;
       }
       
       #project-page .pictures {
           overflow: hidden;
           margin: 0 -2px
       }
       
       #project-page .picture {
           width: 25%;
           float: left;
           position: relative;
           border: 2px solid white
       }
       
       #project-page .picture a {
           display: block;
           padding-top: 100%;
       }
       
       #project-page .wordings {
           padding-top: 10%;
       }
       
       #project-page h1 {
           font-size: 2rem;
           margin-bottom: 15px;
       }
       
       #project-page .city,
       #project-page .typology {
           color: #aaa;
       }
       
       #project-page .city {
           margin-bottom: 7px;
       }
       
       #project-page .typology {
           margin-bottom: 15px;
       }
       
       #project-page .description {
           line-height: 1.8;
       }