.main-bio-banner-section {
    padding: 0;
    flex-direction: column;
}
.bannerTopspace{
    padding-top: 3rem;
}
.bannerBottomSpace{
    padding-bottom: 3rem;
}
.main-bio-section .banner_layoutTab{
  display: flex;
    align-items: center;
    flex-direction: row !important;
    justify-content: center;
    padding: 12px;
    border: none;
    width: fit-content;
    margin: 0 auto;
    /* position: sticky; */
    /* top: 0; */
    /* z-index: 999 !important; */
    /* max-width: 900px; */
    /* border-radius: 0 0 20px 20px; */
}
.main-bio-banner-section .promo-u{
    margin-bottom: 0 !important;
    margin-top: 12px;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: 1rem;
}

.banner_layout_wrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    position: relative;
    border-radius: 20px;
    max-width: 830px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 16px 16px;
}

.banner_layout_container {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 560px;
}
.banner_layout_container .profile_banner_main{
    left: 1rem;
    top: 1rem;
    right: 1rem;
}

.artist-image {
    width: 100%;
    max-width: 420px;
    height: 520px;
    border-radius: 16px 16px 0 0;
    position: relative;
}
.artist-image.circle{
    border-radius: 100% !important;
    overflow: hidden;
    aspect-ratio: 1/1 !important;
    height: auto !important;
}


.artist-image:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000,transparent);
    display: block;
    min-height: 150px;
    z-index: 1;
}
.artist-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}
.artist-image.old{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: auto;
}
.artist-image.old:after{
    content: none;
}
.artist-image.old img{ 
    object-fit: contain;
    border-radius: 100% !important;
    height: fit-content;
    z-index: 2;
    position: relative;
}
.banner_layout_content{
    width: 100%;
    margin-top: -5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.artist-image.old + .banner_layout_content{
    margin-top: 0 !important;

}
.banner_layout_content .user-descrip{
    margin: 0 !important;
}
.banner_layout_mainContent .link-card-shadow.soft:not(.swiper-slide){
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
    .banner_layout_wrapper {
        padding: 50px 1rem 1rem;
    }
    .main-bio-banner-section .promo-u{
        margin-right: auto;
    }
    .banner_layout_mainContent .braning-wrapper{
        margin-top: 0 ;
    }
    .bannerTopspace{
        padding: 3rem 0;
    }
    .brandBottomSpace{
        padding-bottom: 5rem !important;
    }
}

@media (max-width:767px) {
    .artist-image {
        max-width: 350px;
        height: 450px;
    }
    .banner_layout_wrapper {
        overflow-x: hidden;
    }
    .banner_layout_mainContent .braning-wrapper{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: static !important;
    }
    .bannerTopspace{
        padding: 2rem 0;
    }
    .bannerBottomSpace{
        padding-bottom: 2rem;
    }
}
@media (max-width: 575px) {
    .banner_layout_wrapper{
        padding: 40px 1rem 1rem;
    }
}
@media (max-width: 529px) {
   .artist-image.old {
        max-width: 200px;
    }
}

@media (max-width:449px) {
    .banner_layout_wrapper{
        padding: 0;
    }
    .banner_layout_content, .banner_layout_wrapper >.new-bio-page-widgets-width {
        padding: 0 1rem 1rem;
    }
    .new-bio-page-widgets-width{
        padding: 0;
    }
    .artist-image {
        max-width: 100%;
        width: 100%;
    }
    .artist-image.circle{
        max-width: 65%;
        margin-top: 5rem !important;
    }
    .banner_layout_container .artist-image:not(.old){
        margin-top: 0;
    }
    .banner_layoutTab{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5 !important;
    }
    .main-bio-banner-section .banner_layout_wrapper,.artist-image,.artist-image img{
        border-radius: 0 !important;
    }
    .main-bio-banner-section{
        padding: 0;
    }
}

@media (max-width:400px) {
    .main-bio-banner-section{
        padding: 0 !important;
    }
    .brandBottomSpace{
        padding-bottom: 5rem !important;
    }
}