.iridescence-header {
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    overflow: hidden;
}

.header-imgs-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-avatar-link {
    display: inline-block;
}
.header-avatar-box {
    position: relative;
    margin: 0 auto;
}
.header-avatar {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.iridescence-header-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 0 50%;
    background-size: cover;
    backface-visibility: hidden;
    background-repeat: repeat;
    float: left;
    /* overflow: hidden; */
    transition: .2s;
}

.header-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.header-title,
.header-description {
    width: 100%;
    display: block;
}

.header-info-container {
    height: 100%;
    width: 100vw;
    z-index: 4;
}
/* .header-info {
    
} */

.iridescence-header-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}