.images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.images > .img {
  margin: 0px 10px;
}

.img {
  border-radius: 5px;
  border: 8px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, 0.13);
          box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, 0.13);
  line-height: 0;
}

.img-max-width img {
  width: 100%;
  height: auto;
}

.img-center{
  margin: 10px auto;
}

.img-right {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-left {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img > a {
  display: block;
  position: relative;
  z-index: 100;
}

.img > a > img {
  cursor: pointer;
}

.img > img,
.img > a > img {
  max-width: 100%;
  border-radius: 5px;
}

.img.no-frames {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}