/*
// ------------------------------------------------------------------------
// Template path: src/template/content/main-widgets/Blog1/post-default/post-featured-image.xml
// ------------------------------------------------------------------------
*/

.post-default-featured-image {
  position: relative;
  padding-top: 56.25%;

  img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    @include border-radius($border-radius);
  }
}
