.images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.images > .img {
  margin: 0px 10px;
}

.img {
  border-radius: 15px;
  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-caption{
  display: flex;
  flex-direction: column;
  overflow: initial;
  align-items: center;
}

.img-bg:before{
  content:'';
  left:-40px;
  top:-30px;
  bottom:-40px;
  right:20px;
  width:calc(100% + 20px);
  height:calc(100% + 80px);
  position:absolute;
  z-index:-1;
  background: url('../img/img-bg.jpg');
  background-position: center;
  background-size: cover;
}

.img-caption div{
  line-height: 1.4;
  text-align: center;
  font-size:26px;
  margin-bottom:10px;
}

.img-caption{
  margin-right:30px !important;
}

.img-caption img{
  border-radius:0 !important;
}

.img img{
  min-height: 100%;
  object-fit: cover;
  object-position: right;
}

.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-bg{
  position:relative;
  margin-left:40px;
  margin-top:30px;
  margin-bottom:50px;
  margin-right: 50px;
  z-index:1;
}


.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-black{
  border: 3px solid #000;
  box-shadow: none;
}

.img-black img{
}

.img.no-frames {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}

.aspect-ratio-square{
  aspect-ratio: 1/1;
}