﻿img.defaults{
height: 460px; width: 230px;

}



m {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  margin-right: 8px;
  text-decoration: none;
  color: black;
}

m:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  m {
    width: calc(25% - 6px);
  }
  
  m:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  m:nth-of-type(4n) {
    margin-right: 0;
  }
}

m:hover img {
  transform: scale(1.15);
}

figure {
  margin: 0;
  overflow: hidden;
}

figcaption {
width:200px;
  margin-top: 15px;
}

img.defaults {

  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
  transition: transform .2s ease-in-out;

}

.p m {
  display: inline;
  font-size: 13px;
  margin: 0;
  text-decoration: underline;
  color: blue;
}

.p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}
