/* Image Ratio Styles Ends */
.image {
  overflow: hidden;
}
.image figure {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
}
.image figure a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: solid 5px #efefef;
}
.image figure a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 100%;
}
.image figure a img.top_right_curve {
  border-radius: 10px 10px 0 0;
}
.image figure a:hover {
  border: solid 5px var(--bs-primary);
}
.image-16-9 figure {
  padding-top: 56.25%;
}
.image-no-bdr figure a {
  border: none;
}
.image-no-bdr figure a:hover {
  border: none;
}
.image-3-2 figure {
  padding-top: 66.66%;
}
.image-q figure {
  padding-top: 100%;
}

.image-sm-85 {
  width: 100%;
}

.image-sm-95 {
  width: 100%;
}

.img-size-85 {
  width: 100%;
}

.img-size-160 {
  width: 100%;
}/*# sourceMappingURL=image.css.map */