@import "../index.scss";

:local {
  .preview_container {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    @extend .description-block;

    div:first-child {
      display: contents;
    }

    &--body {

      &-image {
        width: 100%;
        height: 100%;
        object-fit: contain;

        &_wrapper {
          height: 100%;
          position: relative;
        }
      }
    }
  }
}
