.experience-assets-HAR_background {
    margin-bottom: -.75rem;
}

#background-component {
    position: relative;
}

#background-component .background-image {
    margin: 0;
}

#background-component .background-image img {
    width: 100%;
}

#background-component .background-content {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5%;
}

#background-component .absolute-position {
    position: absolute;
    top: 0;
    left: 0;
}

#background-component .background-content .photo-tile-image {
    width: auto;
}

#background-component .valign-top {
    align-items: start;
}

#background-component .valign-center {
    align-items: center;
}

#background-component .valign-bottom {
    align-items: end;
}

#background-component .align-left {
    justify-content: start;
    text-align: left;
}

#background-component .align-center {
    justify-content: center;
    text-align: center;
}

#background-component .align-right {
    justify-content: end;
    text-align: right;
}
  