.full-block-container,
.full-block-container .full-block {
  position: relative;
  width: 100%;
  max-width: 1124px;
  overflow: hidden;
  margin: 0 auto;
}

.full-block-container .full-block .basic-block {
  width: 1124px;
  height: 625px;
  max-width: 1124px;
  max-height: 625px;
}

.full-block-container .full-block .product-4-up.basic-block {
  height: 500px;
  max-height: 500px;
}

.full-block-container.no-max,
.full-block-container.no-max .full-block {
  max-width: none;
}

.full-block-container.no-max .full-block .basic-block {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

.full-block-container.no-max .full-block .product-4-up.basic-block {
  height: auto;
  max-height: none;
}
