    
        .g-scrolling-carousel .items{
         padding: 5px 8px;
         background-color: #424e66;
        }
        
        .g-scrolling-carousel .items a {
         display: inline-block;
         margin-right: 0px;
         margin-left: 0px;
         text-align: center;
         text-decoration: none;
        }

 
    
        .g-scrolling-carousel {
            position: relative;
            z-index: 10;
            width: 99%;
            margin: auto;
            max-width: 1500px;
            max-height: 190px;
        }
        .g-scrolling-carousel .items {
            overflow-x: scroll;
            white-space: nowrap;
            width: 100%;
            -webkit-overflow-scrolling: touch;
        }
        .g-scrolling-carousel .items::-webkit-scrollbar { 
            display: none; 
        }
        .jc-right,
        .jc-left {
            width: 50px;
            height: 50px;
            color:#757575;
            margin-bottom: auto;
            margin-top:auto;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
            background: #fff;
            border-radius: 50%;
            cursor: pointer;
            position: absolute;
            top: -30px;
            bottom: 0;
            z-index:2;
            opacity: 0.94;

        }
        .jc-right {
            right: 10px;
        }
        .jc-left {
            left: 10px;
        }

        .jc-right:hover,
        .jc-left:hover{
            opacity: 0.98;
        }
        .jc-right svg,
        .jc-left svg{
            position: absolute;
            left: 0;right: 0;bottom: 0;top: 0;
            margin: auto;
            width: 40px;
            height: 40px;
            fill: crimson !important;
        }
        .jc-right:hover svg,
        .jc-left:hover svg{
           fill: #000;
        }
        @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none !important;
          }
        }
        .noselect {
          -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none;
        }












.art-image{
    width: 80px;
    border-radius: 100px;
    padding: 1px;
    background: #5b6372;
    box-shadow: 0px 2px 5px #2b3345;}

.art-block {margin: 8px 2px;}


.art-list-inline-item{
    opacity: 0.8;
    display: inline-block;
    transition: all .3s ease-out;
    transition-property: transform;}

.art-list-inline-item:hover {
    opacity: 1;
    transform: scale(0.95);
    transition: all .3s ease-out;
    background: #30384b;
    border-radius: 100px 100px 20px 20px;}


.art-scrolling-wrapper
{overflow-x:scroll;
 overflow-y:hidden;
 white-space:nowrap;
 margin-left:0px;
 margin-right:0px;
 padding-left:0px;
 -ms-overflow-style:none;
 scrollbar-width:none}

.art-scrolling-wrapper::-webkit-scrollbar{display:none}

.art-g-pos-rel{
    position:relative !important;
    background: #424e66;
    padding-left: 5px;
    padding-right: 20px;
    z-index: 9;
}

.art-title-main{
    color: #FFF !important;
    text-shadow: 0 1px 1px rgb(22 23 36);
    letter-spacing: 1px;
    font-size: 12px !important;
    padding: 2px 15px;
    background: #343c4f;
    border-radius: 30px;
    display: block;
    font-family: sans-serif;
    margin-top: 5px;
}

.art-title-main:hover{background-color: #b02144;}


@media(max-width:990px){.art-gradient-right {
    z-index: 9;
    width: 40px;
    height: 133px;
    position: fixed;
    right: -1px;
    background-image: linear-gradient(to right, #414e6600,#414e668c,#293144)!important;
}}



@media(min-width:550px){.merojaxmusic{font-size: 20px !important;}
        
@media(min-width:990px){.art-image{width: 128px;}

@media(min-width:990px){.art-list-inline-item{background: #343c50;border-radius: 100px 100px 20px 20px;}

@media(min-width:990px){.art-title-main{font-size: 15px !important;    border-radius: 0px 0px 10px 10px;}


@media(min-width:990px){.art-more-icon{
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 9;
    background: #32384c;
    padding: 18px;
    width: 142px;
    height: 176px;
    border-left: 2px solid #293145;}

    
@media(max-width:990px){.art-more-icon{display: none;}}

