

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

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


.art-list-inline-item{
    opacity: 0.8;
    display: inline-block;
    transition: all .3s ease-out;
    transition-property: transform;
    background: #343c50;
    border-radius: 100px 100px 10px 10px;
    height: 180px;
    margin-left: 10px;
    margin-right: 10px;}

.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;
 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;
    z-index: 9;
    margin-top: 5px
}

.art-title-main{
    color: #FFF !important;
    text-shadow: 0 1px 1px rgb(22 23 36);
    letter-spacing: 1px;
    font-size: 16px !important;
    margin-top: 5px;
    display: block;
}







