#mc:after {
  content: '';
  clear: both;
  display: block;
}

#ol {
  padding: 1em 1.5em;
  border: solid 1px #cccccc;
}
#mc table {
  width: 100%;
}
#mc th {
  width: 10px;
  color: #808080;
  padding-right: 0.5em;
  white-space: nowrap;
}
#mc td {
}
#mc td ul {
  font-size: 0.85em;
  padding-top: 0.2em;
  padding-left: 1.5em;
  list-style-type: disc;
}
#mc td ul * {
  line-height: 1.4em;
}
#mc td li {
  padding-top: 0.2em;
}



@media all and (min-width: 769px) {

#mc article {
  float: left;
  width: 48%;
  min-height: 300px;
  margin-top: 4%;
  margin-left: 4%;
  position: relative;
}
#mc article:nth-of-type(2n+1) {
  clear: both;
  margin-left: 0;
}
#mc article:nth-of-type(2n) {
}

#mc article figure {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
#mc article figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}



}



@media all and (max-width: 768px) {


#mc article {
  margin-top: 30px;
}


}




