.ripple {
    transform: scale(0.5);
    transition: all 300ms linear;
    opacity: 0;
    z-index: 20;
}
.ripple:hover{
    transform:scale(1);
    opacity: 1;
    background-color: yellow;
    z-index: 0;
}
.slider-container{
    height:600px;
}
@media screen and (max-width:425px){
    .slider-container{
        height:300px;
    }
    
}

.dzo-font{
	font-family: 'DDC_Uchen';
}

.eng-font{
	font-family: Arial;
}
