#fantagio.artists ul.social-menu.sidebar li {
    margin-bottom: 13px;
}
#fantagio.artists h2.banner {
    position: relative;
    margin-bottom: -22%;
    text-align: center;
}
#fantagio.artists h2.banner img {
    width: 100%;
}
#fantagio.artists h2.banner .background {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 53%;
    background-color: #f6f6f6;
}
#fantagio.artists .contents.container {
    padding-bottom: 2.6rem;
}
#fantagio.artists .contents h2 {
    width: 100%;
    height: 266px;
    text-align: center;
}
#fantagio.artists .contents ul {
    margin-left: -24px;
    margin-bottom: -30px;
}
#fantagio.artists .contents ul:after {
    content: "";
    display: block;
    clear: both;
}
#fantagio.artists .contents ul li {
    float: left;
    margin-bottom: 30px;
}
#fantagio.artists .contents ul li a,
#fantagio.artists .contents ul li a:visited {
    text-decoration: none;
}
#fantagio.artists .contents ul li h3,
#fantagio.artists .contents ul li p {
    text-align: center;
    word-break: keep-all;
    color: #333;
}
#fantagio.artists .contents ul li .image {
    margin-bottom: 8px;
    height: 309px;
}
#fantagio.artists .contents ul li .image img {
    width: 100%;
}
#fantagio.artists .contents ul li {
    margin-left: 23px;
    width: 318px;
    height: 395px;
}
#fantagio.artists .contents ul li p.group {
    font-size: 12.8px;
    color: #5d9ed7;
}
#fantagio.artists .contents ul.column-1 {
    margin-left: 0;
}
#fantagio.artists .contents ul.column-1 li {
    position: relative;
    float: none;
    margin: 0 0 30px;
    width: 100%;
    height: 345px;
}
#fantagio.artists .contents ul.column-1 li:last-child {
    margin-bottom: 50px;
}
#fantagio.artists .contents ul.column-1 li .image {
    margin: 0;
    width: 1000px;
    height: 345px;
    line-height: 1;
}
#fantagio.artists .contents ul.column-1 li .image h3 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    line-height: 345px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 23.7px;
    vertical-align: middle;
    color: white;
}
#fantagio.artists .contents ul.column-1 li .image h3 img {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#fantagio.artists .contents ul.column-1 li:hover .image h3 {
    display: block;
}
#fantagio.artists .contents ul.column-1 li .image img {
    transition: transform .2s;
}
#fantagio.artists .contents ul.column-1 li:hover .image img {
    transform: scale(1.1);
}
#fantagio.artists .contents ul li h3,
#fantagio.artists .contents ul li p {
    text-align: center;
    word-break: keep-all;
    color: #333;
}
#fantagio img.zoom {
    transition: transform .2s;
}
#fantagio img.zoom:hover {
    transform: scale(1.2);
}