a.headlink{
  display:block;
  width:100%;
  text-transform: uppercase;
  font-size: small;
  padding: 0;
  text-align: center;
  border: 0;
}

.postimgcontainer {
  display: grid;
  width: 100%;
  margin-top: 0.8%;
  margin-bottom: 0.8%;
  margin-left:auto;
  margin-right:auto;
}

.postimgcontainer > * {
  grid-area: 1/1;
}

div.postimg{
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  background-size: contain;
}

div#img1{
  background-image: url('000009.JPG');
}

div#img2{
  background-image: url('000021.JPG');
}

div#img3{
  background-image: url('000023.JPG');
}

div#img4{
  background-image: url('000011.JPG');
}

#pc2{  
  width: 59.4%;
}

#pc3{  
  width: 59.4%;
}
#pc4{  
  width: 59.4%;
}

@media only screen and (min-width: 950px) {
  /* For desktop: */

