
.cx_artist_single_content .cx_tab_style_underline .hs_tabs_header {margin-bottom: 19px;}

.cx_artist_single_content .cx_tab_style_underline .hs_tabs_header > ul {display:flex;}

.cx_artist_single_content .artist-featured-video {
	border: 0.5px solid #0000001A;
	box-shadow: 0px 32px 64px -12px #0A0D1224;
	border-radius: 8px;

}

.cx_artist_single_content .artist-featured-video:has(.video-iframe) {aspect-ratio: 16/9;}

.cx_artist_single_content .artist-featured-video .video-iframe {height: 100%;}


@media (max-width: 767px) {
	.cx_artist_single_content .mobile-no-padding {
		padding-left: 0 ;
		padding-right: 0 ;
	}
}