body {background:#eee; margin: 0px 0 70px 0; font-family:arial;}

img{border:0;}

a:link, a:visited, a:active {color:#B9775F; text-decoration: none;}
a:hover {color:#D3A67C; text-decoration: none;}

.post {
width:15.25em;
height:15.25em;
display: inline-block;
clear: both !important;
padding: 0 2px 0px 0px;
}

.post img {
width:15.25em;
height:19.25em;
object-fit:cover;
display: inline-block;
clear: both !important;
padding: 0 2px 0px 0px;
}

@media only screen and (max-width: 768px) {
.post {
width:11.25em;
height:14.25em;
display: inline-block;
clear: both !important;
padding: 0 2px 0px 0px;
}

.post img {
width:11.25em;
height:14.25em;
object-fit:cover;
display: inline-block;
clear: both !important;
padding: 0 2px 0px 0px;
}
}

.circular--landscape {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #FC567F;
  object-fit:cover;
  object-position:top;
  margin-bottom:10px;
}