.images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.images > .img {
  margin: 0px 10px;
}

.img {
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  line-height: 0;
}

.img-max-width img {
  width: 100%;
  height: 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-border{
  border:1px solid #5e756d;
}
.border-rad-10{
  border-radius:10px;
}
.border-rad-30{
  border-radius:30px 0 30px 0;
}

.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;
}

@media screen and (max-width:800px){
  .img-right{
    float: none;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}