/* -----------------------------------------------------------
    DEFAULT RULES (used also for smallest screens <480p)
----------------------------------------------------------- */

#press {
    display: inline-block;
    text-align: center;
    width: 95%;
    margin-bottom: 1.5em;
    font-weight: 300;
}

#row-container {
    width: 96%;
    margin: auto;
}

.item {
    position: relative;
    display: inline-block;
    width: 28%;
    border-style: none;
    vertical-align: top;
    margin: 1.5%;
    cursor: pointer;
}

.pub-thumbnail {
    width: 100%;
}

.pub-title {
    font-size: 80%;
    color: #555;
    padding-top: 0.7em;
    font-style: italic;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   These rules override the primary ('mobile first') styles.
   ========================================================================== */

/*---------------------------------------------------------------
   PHONE PORTRAIT SCREENS
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
    .item {
        width: 100%;
        display: block;
    }
}