/* FroalaエディタのCSS上書き */
/* .fr-view img の position: relative を上書き */
/* Column/topic_detail.ctp内のPlaceDetail/report_box.ctpのみに適用 */
.fr-view.beauty_column_editor_contentes
  .card_report.report_box_from_column
  .thumb_image_full.image_height_1x1
  img.object_contain,
.fr-view.beauty_column_editor_contentes
  .card_report.report_box_from_column
  figure.thumb_image_full.image_height_1x1
  img.object_contain {
  position: absolute !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
