.banner-hero-content {
    position: relative;
}
.banner-hero-content>.content-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.banner-hero-content>.content-sec>.container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 145px;
    padding-bottom: 80px;
    align-items: center;
    text-align: center;
    /* background-color: rgba(0,255,255,0.5); */
}
.banner-hero-content>.content-sec>.container,
.banner-hero-content>.content-sec>.container a {
    color: rgba(var(--cpn-color-white),1);
    text-shadow: 2px 2px 2px rgba(var(--cpn-color-black-dark), 0.5);
}

.banner-hero-content>.content-sec>.container.y-align-top {
    justify-content: flex-start;    
}
.banner-hero-content>.content-sec>.container.y-align-center {
    justify-content: center;    
}
.banner-hero-content>.content-sec>.container.y-align-bottom {
    justify-content: flex-end;    
}
