.bg-flotante-wrapper {
	position: absolute;
	width: 100%;
    inset: 0;
	overflow: hidden;
    z-index: 0;
}

.bg-flotante-wrapper .bg-item {
	position: absolute;
	width: 120px;
	height: 120px; /* fijamos tamaño estable */
	pointer-events: none;
	will-change: transform;
}

.bg-flotante-wrapper .bg-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 767px) {
	.bg-flotante-wrapper .bg-item {
		width: 50px;
		height: 50px;
	}
}