.content #review { padding: 0;}
.content #review .wrap { height: 30vw;}
.content #review .JQ-slide-content { overflow: hidden;}
.content .worksList {
    display: flex;
    flex-wrap: wrap;
}
.content .worksList .item {
    width: calc(100% / 3);
    height: 14vw;
    padding: 1vw;
}
.content .worksList .item a {
    position: relative;
    display: block;
    height: 100%;
}
.content .worksList .item .title {
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
}

.content .worksList .item a:hover .title { display: flex;}
