/* Start custom CSS */.filter:before {
    background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.4) 0%,#252525 100%) !important;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.filter2:before {
    background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.4) 0%,#ffffff 100%) !important;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.filter3:before {
background-image: linear-gradient(319deg, #615f5f, rgba(151, 191, 13, 0.58);
}/* End custom CSS */