.mb-box{
	overflow: visible !important;
}
.card-d-custom{
	position: relative;
}
.lp-sio{
	position: absolute;
	right: -1.75%;
	top: -29%;
	height: 135%;
	max-width: 100%;
	cursor: pointer;
    animation: sioAni 5s ease-in infinite;
}
@keyframes sioAni {
    0%, 10% {
       opacity: 0; 
    }
    5%, 15%, 100% {
       opacity: 1; 
    }
}