.pddt02-characteristics>div>div {
    height: 300px;
}

.pddt02-characteristics>div>div>p {
    text-indent: 0 !important;
}

.pddt02-characteristics>div:hover>div>p {
    display: none;
}

.pddt02-characteristics>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pddt02-characteristics>div:nth-child(1)>div {
    background: url(/images/pddt02-c1.jpg);
    background-position: right 0px bottom 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.pddt02-characteristics>div:nth-child(1):hover>div {
    background-position: right 0px bottom 0px;
}

.pddt02-characteristics>div:nth-child(2)>div {
    background: url(/images/pddt02-c2.jpg);
    background-position: right 0px bottom 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.pddt02-characteristics>div:nth-child(2):hover>div {
    background-position: right 0px bottom 0px;
}

.pddt02-characteristics>div:nth-child(3)>div {
    background: url(/images/pddt02-c3.jpg);
    background-position: right 0px bottom 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.pddt02-characteristics>div:nth-child(3):hover>div {
    background-position: right 0px bottom 0px;
}

.pddt02-characteristics>div:nth-child(4)>div {
    background: url(/images/pddt02-c4.jpg);
    background-position: right 0px bottom 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.pddt02-characteristics>div:nth-child(4):hover>div {
    background-position: right 0px bottom 0px;
}

.pddt02-characteristics>div:nth-child(5)>div {
    background: url(/images/pddt02-c5.jpg);
    background-position: right 0px bottom 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.pddt02-characteristics>div:nth-child(5):hover>div {
    background-position: right 0px bottom 0px;
}

.pddt02-characteristics>div:nth-child(6)>div {
    background: url(/images/pddt02-c6.jpg);
    background-position: right 0px bottom 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.pddt02-characteristics>div:nth-child(6):hover>div {
    background-position: right 0px bottom 0px;
}