.flextile-container,
.flextile-container > .view-content {
    display: flex;
    flex-wrap: wrap;
    /*position: absolute;*/
    width: 100%;
    justify-content: space-between;
}
.flextile {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 4%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
    box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
}
.flextile.two-col {
    width: 48%;
}
.flextile.three-col {
    width: 30%;
}
.flextile h2 {
    font-family: "Encode Sans Compressed", sans-serif;
    /*font-size: 19px;*/
    color: #3D3D3D;
    font-size: 26px;
    font-weight: 600;
    margin: -5px 0 10px;
}
.flextile a.tile-link {
    display: inline-block;
    margin: -10px;
    padding: 20px;
    color: #3D3D3D;
    text-decoration: none;
}
.flextile a.tile-link:hover {
  border-bottom: none;
  background-color: #ece9e2;
  color: #3D3D3D;
}
@media only screen and (max-width: 479px) {
  .flextile {
    width: 100%;
    margin-bottom: 25px;
  }
}
