a.wd-navbar-brand.navbar-brand  {
    line-height:1rem;
}

.wd-menu-icon {
    height: 16px;
}

.wd-h1-title {
    line-height:3.5rem;
}

.wd-home-header-background {
    background-image: url('/static/home/img/header2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wd-memorial-header-background {
    background-image: url('/static/home/img/header_memorial.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

p.blockquote.wd-memorial-card-quote {
    top: 500px;
    right: 200px;
}

div.image-container.image-left.wd-memorial-card-FirstImageOnTheLeftSide {
    overflow: hidden;
    aspect-ratio: auto 640 / 480;
    margin-right: 0;
}

@media (min-width: 768px) {
    div.image-container.image-left.wd-memorial-card-FirstImageOnTheLeftSide {
        height: 480px;
    }
}

@media screen and (min-width: 1200px) {
    div.image-container.image-left.wd-memorial-card-FirstImageOnTheLeftSide {
        margin-right: -100px;
    }
}









@media screen and (min-width: 768px) {
  .image-container.image-right {
    top: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .image-container.image-right {
    top: 80px;
    margin-left: -100px;
    margin-bottom: 130px;
  }
}



.section-story-overview div.image-container.wd-memorial-card-SecondImageOnTheLeftSide {
    margin-top: 275px;
    overflow: hidden;
    aspect-ratio: auto 645 / 403;
}

@media (min-width: 768px) {
    .section-story-overview div.image-container.wd-memorial-card-SecondImageOnTheLeftSide {
        height: 337px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .section-story-overview div.image-container.wd-memorial-card-SecondImageOnTheLeftSide {
        width: 447px;
        height: auto;
        margin-top: 70px;
    }
}

div.image-container.image-right.wd-memorial-card-FirstImageOnTheRightSide {
    aspect-ratio: auto 545 / 515;
}

@media (min-width: 768px) {
    div.image-container.image-right.wd-memorial-card-FirstImageOnTheRightSide {
        height: 515px;
    }
}

@media (max-width: 768px) {
    div.image-container.image-right.wd-memorial-card-FirstImageOnTheRightSide {
        width: 447px;
    }
}

@media screen and (max-width: 768px) {
    p.blockquote.wd-memorial-card-quote {
        top: 365px;
        margin-bottom: 16px;
        margin-top: 16px;
        bottom: 0;
        height: 208px;
    }
    .wd-memorial-card-text {
        margin-top: 116px;
    }
}