.cc__image-container {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative;
  overflow: hidden;
}
.cc__image-container__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc__image-container__tools {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  touch-action: none;
}