.header-with-image {
  aspect-ratio: 4 / 3;
/*  background-image: url('/images/product-photography/photography_top_image_spacing.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
*/
}

  .header-with-image .main-title-container {
    margin-top: 5%;
  }

.full-width-margin {
  width: 100%;
  padding-right: 70px;
  padding-left: 70px;
}

.photo-matte-bg {
  background-color: #bdc0c7;
}

.photo-gallery-grid {
  margin-top: 50px;
}

  .photo-gallery-grid .row {
    margin-right: -8px;
  }


  .photo-gallery-grid [class*="col-"] {
    margin: 0;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
  }

.closing-logo {
  height: 60px;
  margin-bottom: 20px;
}

.camera-default-hidden {
  display: none;
}

.viewer-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  overflow:visible;
}

.continue-to-pricing {
  margin-top: 50px;
}

.fullBackground {
  aspect-ratio: 4/3;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

video.fullBackground {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/*video.fullBackground::-webkit-media-controls {
    display: none !important;
}
*/
