
.gallery-001 a.speasyimagegallery-gallery-item {
    background: none;
    margin: 10px;
    position: relative;
    box-shadow: 1px 1px 7px 2px #bebebe42;
    padding: 0px !important;
}

.gallery-001 a.speasyimagegallery-gallery-item:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 10px;
    background: #8be7d0d4;
    top: -4px;
    left: -0px;
    right: 0px;
    margin: auto;
    transition: 0.3s;
    z-index: 9;
}