.video-duration {
	
    position: absolute; /* Absolute Positionierung innerhalb des Thumbnails */
    bottom: 3px; /* Abstand vom unteren Rand */
    right: 3px; /* Abstand vom rechten Rand */
    background: rgba(0, 0, 0, 0.7); /* Halbtransparenter Hintergrund für bessere Lesbarkeit */
    color: white; /* Textfarbe */
	font-size: none!important; 
    padding: 4px; /* Innenabstand */
    border-radius: 5px; /* Abgerundete Ecken */
    font-weight: bold; /* Fettdruck */
}
.card {
    position: relative; /* Relativ zur Positionierung des überlagerten Elements */
}

.cardPrice-from {
	
    position: absolute; /* Absolute Positionierung innerhalb des Thumbnails */
    bottom: 3px; /* Abstand vom unteren Rand */
    right: 3px; /* Abstand vom rechten Rand */
    background: rgba(0, 0, 0, 0.7); /* Halbtransparenter Hintergrund für bessere Lesbarkeit */
    color: white; /* Textfarbe */
	font-size: none!important; 
    padding: 4px; /* Innenabstand */
    border-radius: 5px; /* Abgerundete Ecken */
    font-weight: bold; /* Fettdruck */
}
.cardFoto {
    position: relative; /* Relativ zur Positionierung des überlagerten Elements */
}

.cardVideo-duration {
	
    position: absolute; /* Absolute Positionierung innerhalb des Thumbnails */
    bottom: 30x; /* Abstand vom unteren Rand */
    right: 3px; /* Abstand vom rechten Rand */
    background: rgba(0, 0, 0, 0.7); /* Halbtransparenter Hintergrund für bessere Lesbarkeit */
    color: white; /* Textfarbe */
	font-size: none!important; 
    padding: 4px; /* Innenabstand */
    border-radius: 5px; /* Abgerundete Ecken */
    font-weight: bold; /* Fettdruck */
}
.cardVideo {
    position: relative; /* Relativ zur Positionierung des überlagerten Elements */
}