.site-container {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
}
.site-content {
  flex-basis: 33.3%;
  height: 100%;
  padding-right: 10px;
  width: 100%;
}
.site-content .thumbnail-img {
  position: relative;
}
.site-content .thumbnail-img .floating-date {
  display: flex;
  position: absolute;
  flex-direction: column;
  color: #fff;
  top: 10px;
  justify-content: center;
  line-height: 1.2;
  right: 40px;
  align-items: center;
  background: #00aeef;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.site-content img.size-large {
  max-width: 100%;
  height: auto;
  min-width: 320px;
  min-height: 240px;
}
.site-content h3, .site-content a {
  text-decoration: none;
  color: #00aeef;
  font-weight: bold;
  width: 85%;
  font-size: 14px;
  text-transform: uppercase;
}
.site-content p, .site-content p:hover {
  color: #666;
  width: 85%;
  text-align: left;
}
