.page-header__photo-credit {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.photo-credit__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.photo-credit__wrapper p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 1.2rem;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: visible;
    white-space: nowrap;
}
p.photo-credit--light-1 {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 0 15px #000;
}
p.photo-credit--light-2 {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 15px #000;
}
p.photo-credit--light-3 {
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 15px #000;
}
p.photo-credit--dark-1 {
    color: rgba(0, 0, 0, 1.0);
    text-shadow: 0 0 15px #FFF;
}
p.photo-credit--dark-2 {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 15px #FFF;
}
p.photo-credit--dark-3 {
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 15px #FFF;
}
@media (min-width: 768px) {
    .page-header__photo-credit {
        margin: 0 auto;
        padding: 0;
    }
    .page-header__image--inset .page-header__photo-credit {
        width: 900px;
        margin-left: calc(50% - 450px);
    }
}

/* Homepage Carousel */
/* .carousel__slide-content {
    width: 100%;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .carousel__slide-content {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .carousel__slide-content {
        width: 100%;
    }
} */

@media (min-width: 1200px) {
    .carousel__slide-content {
        width: 1100px;
        padding: 0;
    }
}
@media (min-width: 1400px) {
    .carousel__slide-content {
        width: 1200px;
    }
}



/* Overrides styles in source. Need to remove from source since this is content. Some of this will not be needed once removed from source. */
@media (min-width: 768px) {
    .personalize .usms-container {
        /* width: 100%;
        padding: 0 15px; */
        width: calc(100% + 60px);
        padding: 0 24px 0 26px;
    }
    /* .personalize__content > .is-flex.cta-row > .cta-col:first-of-type {
        padding-left: 10px;
    }
    .personalize__content > .is-flex.cta-row > .cta-col:last-of-type {
        padding-right: 10px;
    } */
}
@media (min-width: 992px) {
    .personalize .usms-container {
        /* width: 100%;
        padding: 0 15px; */
        width: calc(100% + 60px);
        padding: 0 24px 0 26px;
    }
}
@media (min-width: 1200px) {
    .personalize .usms-container {
        /* width: 1100px;
        padding: 0; */
        width: calc(1100px + 60px);
        padding: 0 24px 0 26px;
    }
}
@media (min-width: 1400px) {
    .personalize .usms-container {
        /* width: 1200px; */
        width: calc(1200px + 60px);
        padding: 0 24px 0 26px;
    }
}