#categories_parent_0, #categories_parent_0 li {
    margin:0;
    padding:0;
    display: block;
    list-style: none;
    text-align: center;
}
#categories_parent_0 .categories_child {
    display: inline-block;
    background-color: #60abf8;
    margin: 5px;
    width: 300px;
    height:200px;
    border-radius: 4px;
    border: 3px solid transparent;
    overflow: hidden;
    background-position: center center;
    background-size: 100%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#categories_parent_0 .categories_child:hover {
    background-size: 115%;
}
#categories_parent_0 .categories_child>a {
    display: block;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 170px;
    padding-bottom: 30px;
    text-shadow: 0px 1px 1px #000, 0px 1px 10px #000, 0px 1px 10px #000, 0px 1px 10px #000, 0px 1px 20px #000, 0px 1px 20px #000;
}
#categories_parent_0 .categories_child>a:hover {
    text-decoration: underline;
}
#categories_parent_0 .categories_child:hover {
    border: 3px solid #FF6026;
}