.technique img,#colorbox img{
  image-rendering: -webkit-optimize-contrast;
}
.technique .techniqueContents div a.textlink{
  float: none;
  width: auto;
  max-width: none;}
.technique .techniqueContents div.multiple{
  margin-bottom: 0;}
.technique .techniqueContents div.multiple a {
  width: 48.4%;
  max-width: none;
}
.technique .techniqueContents div.multiple p {
  width: 96%;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .technique .techniqueContents div.multiple a {
    float:left;
    width: 47%;
  }
    .technique .techniqueContents div ol {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
