section[data-cattype="404"] ul.listImage li,
section[data-cattype="404"] ul.listImage li .wrapper_image {
    width: 150px;
    height: 112px;
    border: none;
}

section[data-cattype="404"] ul.listImage li {
    margin: 10px;
}

section[data-cattype="404"] a img {
    -webkit-transform: scale(1,1);
    transition: .4s all ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

section[data-cattype="404"] a:hover img {
    -webkit-transform: scale(1.08,1.08);
    z-index: 10000;
    box-shadow: -5px 5px 5px rgba(0,0,0,.3);
}

@media screen and (max-width: 767px) {}