.images-plugin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 100%;
  width: 100%;
}
.images-plugin-wrapper .images-plugin-select {
  flex: 1;
  filter: invert(1) contrast(0.95) saturate(0.5) hue-rotate(180deg);
}
.images-plugin-wrapper .image-plugin-canvas {
  width: 100%;
}
.images-plugin-wrapper .img-width-full {
  width: 100%;
}
.images-plugin-wrapper .img-height-full {
  height: calc(100% - 0px);
}
.images-plugin-wrapper .images-plugin-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.images-plugin-wrapper .images-plugin-header-switch {
  margin-left: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
  filter: invert(1) contrast(0.95) saturate(0.5) hue-rotate(180deg);
}
.images-plugin-wrapper .not-support-remote-car {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #959090;
  font-size: 16px;
}
