.customer-styles {
  /* START article: image */
  /* END article: image */
}

.customer-styles .template_image .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-styles .template_image .content-wrapper .content {
  width: 100%;
}

.customer-styles .template_image .content-wrapper .global-grid {
  order: 2;
  width: 100%;
}

.customer-styles .template_image .content-wrapper .global-grid .text-container {
  grid-column: 1/7;
}

@media (min-width: 768px) {
  .customer-styles .template_image .content-wrapper .global-grid .text-container {
    grid-column: 1/17;
    margin: 0 25px;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image .content-wrapper .global-grid .text-container {
    grid-column: 3/15;
    margin: 0;
  }
}

.customer-styles .template_image .content-wrapper .global-grid .text-container .typo-h3 {
  margin: 15px 0;
}

.customer-styles .template_image .content-wrapper .image-container {
  max-width: 1800px;
  max-height: 900px;
  aspect-ratio: 2 / 1;
  width: 100%;
  order: 1;
  margin: 0 auto;
}

.customer-styles .template_image .content-wrapper .image-container .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_image .content-wrapper .mobile-image-container {
  max-width: 750px;
  max-height: 960px;
  aspect-ratio: 25/32;
}

.customer-styles .template_image .content-wrapper .mobile-image-container .mobile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_image .content-wrapper .mobile-image-wrapper.no-mobile-image .mobile-image-container {
  aspect-ratio: 2 / 1;
}

.customer-styles .template_image .preview-container .image-portrait-container-cm {
  position: absolute;
  top: 35%;
  height: 350px;
  width: 278px;
  left: 50px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 2px #fff2, 0 0 4px #fff2, 0 0 8px #fff2, 0 0 16px #fff2, 0 0 32px #fff2;
  background: #000;
  z-index: 100;
}

.customer-styles .template_image .uploaded-area-images-container {
  position: relative;
  align-items: flex-end;
  display: flex;
  gap: 8px;
}

.customer-styles .template_image .desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .customer-styles .template_image .desktop-only {
    display: block;
  }
}

.customer-styles .template_image .mobile-only {
  display: block;
}

@media (min-width: 768px) {
  .customer-styles .template_image .mobile-only {
    display: none;
  }
}
