body {
    font-family:'Cambria', Cochin, Georgia, Times, Times New Roman, serif;
    color: rgb(0, 0, 0);
    opacity: 1.0;
    text-align: center;
    margin: 0;
}


.p {

  text-shadow: 10 10 10px #ff0000;
}


.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 30%;
  max-width: 30%;
  padding: 0 5px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


.media {
  position: relative;
}

.layer {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #151e3f;
  transition: .2s ease;
  text-shadow: 10 10 10px #ff0000;
 
}

p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  background: white;
  padding: 10%;
  text-shadow: 10 10 10px #ff0000;
}


.media:hover .layer {
  opacity: 0.7;
  width: 100%;
  align-self: center;
  text-shadow: 10 10 10px #ff0000;
}
