.selling-page,
.account-page {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    line-height: 1.3;
}

.selling-page picture,
.selling-page img {
    user-select: none;
    margin: 0 auto;
}

.seller-content-item {
    display: none;
    position: relative;
}

.seller-content-item.active {
    display: block;
}

.md-product-viewed-content {
    display: none;
}

.selling-top {
    font-size: calc(35px + (45 - 35) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 35%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/selling-background.jpg?v=4', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/selling-background.jpg?v=4', sizingMethod='scale')";
    display: none;
    line-height: 1.1;
    color: #fff;
    background-position: center bottom;
}

.selling-top-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.artists-banner .selling-top-content {
    color: #fff;
    max-width: 700px;
    font-size: calc(35px + (45 - 35) * ((100vw - 300px) / (1920 - 300)));
    margin: 0 auto;
}

.selling-top.active {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.seller-top-image {
    filter: brightness(0) invert(1);
    pointer-events: none;
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.selling-header {
    font-size: 135%;
    font-weight: 500;
    margin: 0 auto 1.5rem;
    color: var(--primary);
}

.selling-description {
    color: var(--darkness);
    font-weight: 300
}

.txt-center {
    text-align: center;
}

.creativity-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 12px;
    padding: 16px 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1123;
    text-align: center;
}

.selling-button {
    border-radius: 40px;
    font-weight: 400;
    padding: 6px;
    display: block;
    line-height: 36px;
    font-size: 16px;
    min-width: 260px;
    width: 260px;
    background-color: #fff;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    margin: 0;
    user-select: none;
}

.selling-button.selling-button-tab {
    font-size: 17px;
    font-weight: 500;
}

.selling-button.supplies-button {
    border-color: var(--pr-color-information-600);
    color: var(--pr-color-information-600);
}

.selling-button.selling-button-tab.active,
.selling-button.selling-button-tab.active:hover {
    background-color: var(--secondary);
    color: #fff;
    cursor: default;
}

.selling-button.supplies-button:hover {
    border-color: var(--pr-color-information-600);
    background-color: var(--pr-color-information-600);
    color: #fff;
}

.selling-button.selling-button-tab.supplies-button.active,
.selling-button.selling-button-tab.supplies-button.active:hover {
    background-color: var(--pr-color-information-600);
    border-color: var(--pr-color-information-600);
    color: #fff;
    cursor: default;
}

.creativity-box {
    padding: 2rem 0 0.5rem;
    text-align: center;
}

#artists .find-fans {
    background-color: #f8ebe6;
    background-image: url('/modules/seller/images/fans-background.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 16% 30% 20%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/fans-background.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/fans-background.png', sizingMethod='scale')";
    padding: 4rem 0 0;
    position: relative;
    margin-bottom: 5rem;
}

#artists .fill-grace-pink {
    fill: #f8ebe6;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}

#artists .fin-fans-left,
.fin-fans-right {
    width: 100%
}

#artists iframe {
    width: 100%;
    object-fit: contain;
    border: none;
}

#artists .how-works {
    text-align: center;
    padding: 2% 0
}

#artists .how-works-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 25%;
}

#artists .inline-art img {
    display: block;
    pointer-events: none;
}

#artists .rotate {
    transform: rotate(180deg);
}

#artists .your-art-content {
    background-color: #D7E6F5;
    padding: 3rem 0;
    position: relative;
}

#artists .your-art-content::before {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #D7E6F5;
    position: absolute;
    top: -1px;
    left: 0;
    pointer-events: none;
}

#artists .your-art-content::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #D7E6F5;
    position: absolute;
    bottom: -1px;
    left: 0;
    pointer-events: none;
}

#artists .ready-start {
    text-align: center;
    padding: 4rem 16px;
}

#artists .ready-start .selling-button {
    margin: 16px auto 0;
    font-weight: 500;
}

#artists .successful-artists {
    padding: 3rem 0;
}

#artists .view-shops {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--secondary);
}

#artists .view-shops svg {
    margin-left: 0.5rem;
}

#artists .your-boss {
    background-color: #faf9f5;
    background-image: url('/modules/seller/images/sell-inverted.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/sell-inverted.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/sell-inverted.jpg', sizingMethod='scale')";
    text-align: center;
    padding: 6rem 0 0;
    margin: 0;
    position: relative;
}

#artists .your-boss-bottom {
    pointer-events: none;
}

#artists .your-boss-bottom img {
    display: block;
    margin: 0;
    padding: 0;
}

#artists .simple-wrapper {
    background-color: #F8EBE6;
}

#artists .simple-wrapper .wt-fill-denim-tint {
    fill: #F8EBE6;
    margin: 0 auto;
    width: 100vw;
    max-width: 1200px;
    transform: translateY(-20px);
}

#artists .simple-wrapper .selling-description {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 12px;
}

#artists .simple-wrapper .selling-header {
    text-align: center;
}

#artists .selling-description-bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    padding: 32px 0;
}

#artists .selling-description-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#artists .selling-description-table-item {
    align-items: flex-start;
}

#artists .selling-description-bottom-content {
    width: calc(100% - 52px);
    padding-left: 16px;
}

#artists .selling-description-bottom-content div {
    font-size: 15px;
    font-weight: 300;
}

#artists .selling-description-item .selling-header {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
}

#artists .selling-description-bottom-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 64px;
    width: 64px;
    min-width: 64px;
    height: 64px;
}

#artists .selling-description-bottom-icon svg {
    transition: transform 250ms ease-in-out;
    transform: scale(1) rotate(-5deg);
}

#artists .selling-description-item:hover svg {
    transform: scale(1.2) rotate(-5deg);
}

#artists .your-boss .selling-description .check-icon {
    min-width: 24px;
    margin-right: 6px;
}

#artists .max-width-700 {
    max-width: 700px;
    margin: 0 auto;
}

#artists .sppb-top-shape {
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

#artists .sppb-top-shape svg {
    height: 40px;
    width: 100vw;
}

#artists .ready-wrapper {
    background-color: #374d72;
    padding: 4rem 0 3rem;;
    text-align: center;
    position: relative;
}

#artists .ready-wrapper .selling-header {
    color: var(--white);
}

#artists .ready-wrapper .selling-description {
    color: rgba(255, 255, 255, 0.6)
}

#artists .ready-wrapper::after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    background-color: #374d72;
    position: absolute;
    bottom: -2px;
    left: 0;
    pointer-events: none;
}

/* Account */
#artists .account-form {
    border: none;
    max-width: 900px;
    width: 100%;
    margin: 2rem auto;
    border-radius: 8px;
    position: relative;
    margin-bottom: 5rem;
    padding: 3rem 3rem 5rem;
}

#artists .account-detail {
    width: 79vw;
    margin: 0 auto;
    border: 2px solid var(--flash);
    border-radius: 8px;
    position: relative;
    margin-bottom: 5rem;
    padding: 3rem 3rem 5rem;
}

#artists .account-form:not(.active) {
    display: none;
}

#artists .account-form.active {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

#artists .account-form-image,
#artists .account-form-content {
    width: 100%;
}

#artists .account-heading {
    font-size: 135%;
    margin: 0 0 1.5rem;
    display: block;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    color: var(--primary);
    user-select: none;
}

#artists .account-login-heading {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 0 2rem auto;
    padding: 0 1rem;
    font-size: 150%;
    font-weight: 800;
    line-height: 1;
    color: var(--secondary);
    user-select: none;
}

#artists .account-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

#artists .account-page .form-control {
    border-radius: 35px;
    width: 100%;
    padding: 1rem 0.8rem;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
}

#artists .account-page .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border: 1px solid var(--primary-lt);
    box-shadow: 0 0 0 3px #a397e1;
}

#artists .form-group {
    position: relative;
    margin-bottom: 1rem;
}

#artists .form-control.error-required {
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 3px rgba(220 53 69 / 25%)
}

#artists .error-message {
    font-size: 14px;
    color: #dc3545;
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
    margin-top: 4px;
    position: absolute;
    top: 17px;
    right: 10px;
    max-width: fit-content;
    max-width: -moz-fit-content;
    pointer-events: none;
    user-select: none;
    text-transform: capitalize;
}

#artists .open-popup .js-help-button {
    opacity: 0;
}

#artists .account-page .checkbox-label {
    margin: 0.8rem 0;
}

#artists .account-page .checkbox-label span {
    margin-right: 0.5rem;
}

#artists #forgot-password {
    cursor: pointer;
    font-size: 90%;
}

#artists #forgot-password svg {
    margin-right: 0.6rem;
}

#artists #forgot-password:hover {
    color: var(--primary)
}

#artists .account-action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#artists .account-action .button {
    min-width: 200px;
    border-radius: 40px;
    padding: 1rem 1.5rem;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    transition: all 300ms ease-in-out;
}

#artists .button.btn-primary {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    margin-right: 1rem;
    color: var(--white);
}

#artists .button.btn-primary:hover {
    background-color: #ed1d1d;
    border-color: #ed1d1d
}

#artists .button.btn-secondary {
    background-color: var(--white);
    border: 2px solid var(--secondary);
    color: var(--secondary);
}

#artists .button.btn-secondary:hover {
    border-color: #ed1d1d;
    color: #ed1d1d;
}

#artists .resgiter-message {
    font-size: 80%;
    font-weight: 400;
}

#artists .resgiter-successful {
    color: #28a745;
    padding: 0.5rem 0;
}

#artists .resgiter-successful small {
    color: var(--darkness);
}

#artists .resgiter-error {
    color: #dc3545;
    padding: 0.5rem 0;
}

#artists .payout-table-wrapper {
    width: 100%;
    padding: 3rem 0;
}

#artists .payout-table-wrapper .selling-header,
#artists .payout-table-wrapper .selling-description {
    text-align: center;
}

#artists .payout-table-wrapper table {
    max-width: 76%;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
}

#artists .payout-table-wrapper thead {
    background-color: #f6f0eb;
}

#artists .payout-table-wrapper th {
    font-weight: 400;
    font-size: 85%;
    text-align: left;
    padding: 0.3rem 1rem;
    user-select: none;
}

#artists .payout-table-wrapper td {
    padding: 0.3rem 1rem;
    user-select: none;
}

#artists .payout-table-wrapper tfoot td {
    padding: 0.8rem 1rem;
    text-align: center;
    padding-top: 1rem !important;
}

.seller-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.open-popup {
    overflow: hidden;
}

.open-popup .seller-popup {
    display: flex;
}

.seller-popup-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(11, 11, 11, 0.7);
    z-index: 1;
}

#see-full {
    background-color: var(--secondary);
    padding: 0.8rem 2rem;
    margin: 0 auto;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    margin-top: 1rem;
}

.seller-popup-content {
    width: 100%;
    max-width: 900px;
    max-height: 86vh;
    margin: 5vh auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 10%);
}

.seller-popup-content table {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.seller-popup-content thead {
    background-color: #fdf8f9;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 4px 5px -5px rgb(0 0 0 / 20%)
}

.seller-popup-content th {
    font-weight: 500;
    text-align: left;
    padding: 0.8rem 1rem;
    user-select: none;
    font-size: 110%;
    width: 100%;
}

.seller-popup-content td {
    width: 100%;
    padding: 0.3rem 1rem;
    user-select: none;
}

.seller-popup-content th:nth-child(n + 2),
.seller-popup-content td:nth-child(n + 2) {
    text-align: left;
    width: auto;
    min-width: 100px;
}

.seller-popup-content td[colspan="3"] {
    background-color: #f1f1f1;
    font-weight: 500;
    font-size: 110%;
    padding: 0.6rem 1rem;
}

.seller-popup-content tr:nth-child(odd) {
    background-color: #fafafa;
}

#close-popup {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-weight: 300;
    cursor: pointer;
    font-size: 130%;
}

.back-login {
    text-align: center;
}

#artists .c-payout-table {
    width: 100%;
    border-spacing: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#artists .c-payout-table thead {
    background: #374d72;
    color: #fff;
}

#artists .c-payout-table th {
    padding: 15px;
}

#artists .c-payout-table th:first-child {
    border-top-left-radius: 5px;
}

#artists .c-payout-table th:last-child {
    border-top-right-radius: 5px;
}

#artists .c-payout-table tbody td {
    padding: 10px 15px;
}

#artists .c-payout-table .strong {
    font-weight: 500;
}
.c-payout-table__earning-amount{
    color:#ff7300;
    font-weight: 500;
}

#artists .c-payout-table__btn-see-full {
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: capitalize;
    background: var(--pr-color-secondary);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

#artists .c-payout-table__btn-see-full:hover {
    background-color: var(--pr-color-secondary-500);
    color: #fff;
}

#artists .c-payout-table__cta {
    text-align: center;
}

/* css video */
#supplies .seller-video .your-art-content{
    background-color: #fff;
}
.seller-video .banner-core {
    position: relative;
    max-width: 1400px;
    margin: 30px auto 0;
    border-radius: 10px;
}
.seller-video .banner-core .banner{
    border-radius: 10px;
    overflow: hidden;
}
.seller-video .banner-core .play {
    background: rgba(255, 255, 255, 0.6);
    border: 0.5px solid #FFFFFF;
    border-radius: 60px;
    max-width: 198px;
    width: 100%;
    height: 66px;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -96px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
#supplies .seller-video .your-art-content::after,
#supplies .seller-video .your-art-content::before{
    display: none;
}
.seller-video .banner-core .play .click {
    background: #0973ba;
    border: 0.5px solid #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition: transform 0.2sease, box-shadow 0.2sease;
    animation: pulse 1.5s infinite;
}
.seller-video .banner-core .play .click img{
    max-width: 24px;
}
.seller-video .banner-core .play .text span {
    line-height: 18px;
    font-size: 15px;
}
.seller-video .banner-core .play .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #011F53;
    font-weight: 500;
}
.seller-video .banner-core .play .text span.time {
    font-size: 12px;
    text-align: left;
}
.iframeVideoSnow{
    height: 0px;
	padding-top: 0px;
	padding-bottom: 56.2%;
	position: relative;
    border-radius: 10px;
}
.iframeVideoSnow iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
.modalVideoSnow {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
  }
  
  .modalVideoSnow .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 70%;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.3s;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  .modalVideoSnow .modal-content .close {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
@media (min-width: 768px) {
    #artists .creativity-box .selling-description {
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    #artists .selling-header-table{
        padding-top: 10px;
    }

}

@media (min-width: 992px) {
    #artists .fin-fans-left {
        width: 45%
    }

    #artists .fin-fans-right {
        width: 45%;
        position: relative;
    }

    #artists .fin-fans-right.video-contain::after {
        content: "";
        padding-top: 56.25%;
        display: block;
    }

    #artists .fin-fans-right iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        z-index: 1
    }

    #artists .account-form-image {
        width: 290px;
    }

    #artists .account-form-content {
        width: calc(100% - 290px);
        padding-left: 1.5rem
    }
}
@media (max-width: 992px) {
    #artists .account-form-image {
        display: none;
    }

    #artists .selling-page .seller-top-image {
        display: none;
    }

    #artists .successful-artists,
    #artists .creativity-box,
    #artists .how-works {
        padding-top: 0
    }

    #artists .your-boss {
        padding-top: 2rem
    }

    #artists .main-content iframe {
        width: 100%
    }
}

@media (max-width: 760px) {
    .selling-top {
        height: 75vw;
        min-height: 75vw;
        padding: 12px 16px;
        background-size: cover;
    }

    .creativity-action-button .selling-button {
        width: fit-content;
        min-width: fit-content;
        padding-left: 16px;
        padding-right: 16px;
    }

    #artists .account-action {
        justify-content: space-between;
    }

    #artists .account-action-confirm,
    #artists .account-action-cancel {
        width: 48%;
    }

    #artists .account-action .button {
        min-width: 1px;
        width: 100%;
    }

    #artists .selling-page img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #artists .selling-top {
        background-position: center;
        background-size: cover;
        padding: 4rem 2rem;
    }

    #artists .account-form {
        padding: 1rem;
    }

    #artists .creativity-box {
        padding: 2.5rem 1rem;
    }

    #artists .selling-header {
        text-align: center;
    }

    #artists .find-fans {
        padding: 0;
        margin-bottom: 0;
    }

    #artists .fin-fans-right {
        width: 100%;
    }

    #artists .fin-fans-right iframe {
        width: 100%;
        height: 230px;
    }

    #artists .how-works {
        padding: 0 0 2rem 0;
    }

    #artists .selling-description {
        flex-wrap: wrap;
    }

    #artists .how-works-item {
        max-width: 50%;
    }

    #artists .view-shops {
        margin: 1rem auto;
        width: fit-content;
        width: -moz-fit-content;
        display: flex;
    }

    #artists .payout-table-wrapper table {
        padding: 0;
        max-width: 100%;
    }

    #artists .selling-description-bottom-content {
        width: 100%;
        padding: 0 16px;
    }

    #artists .selling-description-bottom-icon{
        display: none;
    }

    #artists .c-payout-table__btn-see-full {
        font-size: 12px;
    }
    .modalVideoSnow .modal-content{
        max-width: 100%;
    }
}
