.dp-cm-scrolling-image-item {
position: relative;
border-radius: 3px;
-webkit-transition: -webkit-box-shadow .3s linear;
transition: -webkit-box-shadow .3s linear;
transition: box-shadow .3s linear;
transition: box-shadow .3s linear,-webkit-box-shadow .3s linear;
}

.dp-cm-scrolling-image-item.box-shadow {
-webkit-box-shadow: 0 3px 9px rgba(43,135,218,.2), 0 14px 0 -7px #fff, 0 14px 9px -6px rgba(43,135,218,.2), 0 25px 0 -12px #fff, 0 25px 9px -11px rgba(43,135,218,.2);
box-shadow: 0 3px 9px rgba(43,135,218,.2), 0 14px 0 -7px #fff, 0 14px 9px -6px rgba(43,135,218,.2), 0 25px 0 -12px #fff, 0 25px 9px -11px rgba(43,135,218,.2);
}

.dp-cm-scrolling-image-item.box-shadow:hover {
    -webkit-box-shadow: 0 5px 30px rgba(43,135,218,.2), 0 16px 0 -9px #fff, 0 16px 30px -8px rgba(43,135,218,.2), 0 27px 0 -14px #fff, 0 27px 30px -13px rgba(43,135,218,.2);
    box-shadow: 0 5px 30px rgba(43,135,218,.2), 0 16px 0 -9px #fff, 0 16px 30px -8px rgba(43,135,218,.2), 0 27px 0 -14px #fff, 0 27px 30px -13px rgba(43,135,218,.2);
}

.dp-cm-scrolling-image-container {
position: relative;
float: left;
width: 100%;
overflow: hidden;
}

.dp-cm-scrolling-image-item img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.dp-cm-scrolling-image-text-container {
position: relative;
padding: 15px 15px 5px 15px;
clear: left;
}