.dropzone .dz-default.dz-message {
    color: #999;
}

.product__images {
    display: flex;
    flex-wrap: wrap;
}

.product__image {
    flex: 1;
    min-width: 33.3%;
    max-width: 33.3%;
    position: relative;
}

.product__image img {
    width: 100%;
    height: auto;
}

.image-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.cropper-bg {
    background: transparent!important;
}

.image-container img {
  max-width: 100%;
}