@charset "UTF-8";
/* Исправление для углов фото */
.angle {
  z-index: 5;
}
.angle-top-right {
  right: 0;
}

/* Стили для фото с тегом img */
.photo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 400px;
  height: 400px;
  border: 1px solid #ffcc00;
  z-index: 1;
  overflow: hidden;
}
.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}