
.mos-img img {display: none !important;}

.la-member{
  position: relative;
}
.art_show9 {
    padding: 20px;
    padding-top: 24px;
    padding-bottom: 34px;
    border: 1px solid #dadada;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    
}
.art_show9 img {
    border-radius: 20px;
    margin-left: -40px;
}
.art_show9 img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.art_show9:hover img {
    margin-top: -10px;
    margin-left: 0px;
    margin-bottom: 10px;
    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.art_show9 h6{
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0px 10px;;
}
.art_show9 span {
    font-size: 12px;
    padding: 0px 10px;
}
.art_show9 h4 a {
    font-weight: bold;
    color: #4a0093;
    line-height: 32px;
    transform: translate3d(0px, 0px, 0px);
}
.art_show9 h4 a {
    font-weight: bold;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
    padding: 0.1% 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 1;
	font-family: Great Vibes;
    font-size: 58px;
}
.art_show9 h4 a:hover {
    background-size: 100% 2px;
}

.art_show9:hover {
    border: 1px solid var(--color-custom9);
}
.art_show9 a i {
    width: auto;
    padding: 5px 15px;
    height: 40px;
    border-radius: 45px;
    font-size: 15px;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid #dadada;
    bottom: -2.6%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.art_show9:hover a i {
    background-color: var(--color-custom9);
    border: solid 1px var(--color-custom9);
    color: white;
}
.message-icon {
    right: 5%;
    position: absolute;
    top: 40px;
    align-items: center;
    display: flex;
    z-index: 9;
}

.message-icon span {
    color: #222;
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.art_show9:hover .message-icon span {
    color: #fff;
    background-color: var(--color-custom9);
    border: 1px solid var(--color-custom9);
}
:root {
    --color-custom9: #6928e6;

}
