.content-header-container {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 75px;
  background: linear-gradient(#7ac7fa, #e7f5ff);
  min-height: calc(max(70vh, 40vw));
  max-height: 95vh; }
  .content-header-container > .content-header {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-grow: 1;
    padding: 40px 0; }
    .content-header-container > .content-header > img {
      width: 72%;
      filter: drop-shadow(0 0 10px #020049); }
  .content-header-container > .header-bubble {
    width: 86vw;
    height: 86vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    border-radius: 50%;
    position: absolute; }
    .content-header-container > .header-bubble > * {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .content-header-container > .header-bubble::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 47px 2px white;
    content: ""; }
