@media(min-width:992px){
/*************************************************************/

/* body:after{
    content: "dev version | screen: medium";
} */
.paragraph.paragraph--type--rich-text td{
    display: table-cell;
}


/* Project (listing) */
.view-projects.listing ul li{
    width: 32%;
}

/* Photo Gallery */
/* Listing */
.view-photo-gallery.listing ul{
    justify-content: space-evenly;
}
.view-photo-gallery.listing li{
    width: 48%;
}

/* On-going projects */
.on-going-project-block ul li{
    width: 32%;
}

/* slideshow */
.view-slideshow .slide-caption h1{
    font-size: 22px;
}
.view-slideshow .slide-caption p{
    font-size: 17px;
}

/* Contact details */
.contact-info-container ul{
    flex-direction: row;
}
.contact-info-container ul li{
    width: 32%;
}

/* Project (individual - RESTRUCTURED) */
.view-projects.individual.restructured .view-content .views-row{
    flex-direction: row;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-cover{
    width: 50%;
    margin-bottom: 0;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-description{
    width: 50%;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-cover img{
    width: 105%;
}

/*************************************************************/
 }
