body {
  background-color: #2E2A29;
  padding-top: 3vw;
  font-family: sans-serif;
}

.container {
  background: white;
  padding: 1.4rem;
}

.c8 {
  font-size: 30px;
}

.logo {
  background: #2E2A29;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  margin-top: 10px;
  margin-bottom: 0;
}

.product-image-overlay {
  position: relative;
  margin-top: 8vw;
  width: 60vw;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-top: 200px;
}

.product-image-overlay .close {
  position: absolute;
  right: 0;
  color: white;
}

.product-image-overlay .product-image-overlay-close {
  display: block;
  position: absolute;
  top: 3px;
  right: 7px;
  width: 10px;
  height: 10px;
  line-height: 5px;
  font-size: 20px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.product-image-overlay img {
  box-shadow: 4px 4px 8px #2E2A29;
  background: grey;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  background: grey;
}

.product-image-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

body.embeddedLegal {
 width: 100% !important;
 height: 100%;
 margin: 0;
 padding: 0px;
 background-color: #fff !important;
}

body.embeddedLegal .wrapper {
 width: 95% !important;
 margin: 30px auto !important;
 padding: 0 !important;
}

body.embeddedLegal .container {
  padding: 0;
}

body.embeddedLegal .logo,
body.embeddedLegal #logo,
body.embeddedLegal .logo-wrap,
body.embeddedLegal .footer,
body.embeddedLegal .header .headerBody {
  display: none;
}

body.embeddedLegal .eula .content {
  width: 100%;
  padding: 0;
}

body.embeddedLegal .c38 {
  max-width: 100%;
  padding: 0;
}

body.embeddedLegal .product-image-overlay {
  position: fixed;
  top: 1300px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0;
  padding: 0;
}

body.embeddedLegal .product-image-overlay img {
  padding: 0;
}

body.embeddedLegal .product-image-overlay .close {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: right;
  color: #000;
}
