.servicios-slider-menu div.parte{
    height: 250px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.servicios-slider-menu div.parte a{
    color:var(--freeyellow);
    text-shadow: 2px 2px 3px var(--bluepurple);
}
.servicios-slider-menu div.parte a:hover{
    text-decoration: none;
}
.servicios-slider-menu li{
	padding: 8px;
}
.servicios-slider-menu a.uk-position-small{
    color:var(--freeyellow);
    text-shadow: 2px 2px 3px var(--bluepurple);
}

@media only screen and (min-width:640px) and (max-width:959px){ 
    /**/
	.servicios-slider-menu div.parte{
	    height: 200px;
	}
}
@media only screen and (min-width:0px) and (max-width:639px){ 
	.servicios-slider-menu div.parte{
	    height: 190px;
	}
	/**/
}
@media only screen and (min-width:0px) and (max-width:420px){ 
	.servicios-slider-menu div.parte{
	    height: 170px;
	}
	/**/
}
@media only screen and (min-width : 960px) and (max-width:1199px){
}
@media only screen and (min-width : 1200px){}
@media only screen and (min-width : 1600px){}