/* em-23031201 */
.em-23031201 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 2.0em;
}
.em-23031201 .mix:nth-child(2n) {
    margin-top: 50px;
}
.em-23031201 .em-23031201-1 {
    height: 100%;
    position: relative;
}
.em-23031201 .em-23031201-1 .em-23031201-1-1 {
    overflow: hidden;
}
.em-23031201 .em-23031201-1 .em-23031201-1-1 img {
    width: 100%;
    max-width: 100%;
    transition: all ease 0.3s;
}
.em-23031201 .em-23031201-1:hover .em-23031201-1-1 img {
    transform: scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.em-23031201 .em-23031201-1 .em-23031201-1-2 h6 {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
.em-23031201 .em-23031201-1 .hover-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}