
#rec1012788881 img[src*=".svg"] {
    position: relative;!important
}
#rec1012788881 img[src*=".svg"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3))!important;
}
