img {
    max-width: 100%;
    height: auto;
}

.TextWrapRight {
    float:right;
    margin: 0 0 10px 10px;
}

.TextWrapLeft {
    float:left;
    margin: 0 0 10px 10px;
}

.example-image-link {
  display: inline-block;
  padding: 2px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #fff;
  line-height: 0;
  border-radius: 4px;
  transition: background-color 0.5s ease-out; }
  .example-image-link:hover {
    background-color: #4ae;
    transition: none; }

.example-image {
  width: 7rem;
  border-radius: 4px; }
