.noPadding{
  padding:0 !important;
}

.noPaddingLeft{
  padding-left:0 !important;
}

.noPaddingRight{
  padding-right:0 !important;
}

figure.columns{
  margin: 0;
}

figure.image-top img{
  margin:0 auto;
}

figure.cover img
{
  padding: 8px;
}

figure.cover-border img
{
  padding: 4px;
  border: 1px solid #e1e1e1;
  border-radius: 0px !important;
}

figure.frame img
{
  padding: 6px;
  border: 1px solid #e1e1e1;
  border-radius: 0px !important;
}

figure.rounded img
{
  border-radius: 8px !important;
}

figure.shadow img
{
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}