@media only screen and (max-width: 600px) { /* mobile */
	#portrait {
		width: 90%;
		height: auto;
	}
	h3 {
		font-size: 18pt;
	}
	td {
		width: 100%;
	}
}
@media (min-width: 601px) { /* desktop */
	#portrait {
		width: 298px;
		height: 252px;
	}

}
  #entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .linkbox {
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    background-color: rgb(223,204,204);
    border-radius: 10px;
  }
  .site {
    font-size: 18pt;
  }
  .caption {
    font-size: 18pt;
  }
