.tinymce-image-list-popup {
  max-height: 500px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}

.tinymce-image-list-popup-item {
  width: 212px !important;
  float: left !important;
  padding: 5px !important;
  margin: 10px !important;
  border: 1px solid #eee !important;
  cursor: pointer !important;
}

.tinymce-image-list-popup-item:hover {
  background-color: #eee;
}

.tinymce-image-list-popup-item.selected {
  background-color: #ccc;
  border: 1px solid #343a40 !important;
}

.tinymce-image-list-popup-item-title {
  clear: both;
  text-align: center !important;
}

.tinymce-image-list-popup-image-container {
  height: 115px !important;
  width: 200px !important;
}

.tinymce-image-list-popup-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
