@media only screen and (min-width: 800px) {.d0sectionspace {align-items: flex-start;}}

@media only screen and (min-width: 800px) {.d0headerspace {align-items: flex-start;}}

.d0faded-radial {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;

  /* Create a radial fade from centre to transparent edges */
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 65%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;

  mask-image: radial-gradient(circle, rgba(0,0,0,1) 65%, rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;

  background-color: transparent;
}
