
/* v6l13c4: sólo móvil */
@media (max-width: 600px){
  /* Oculta triángulo únicamente si hay imagen de flecha */
  .wheelContainer.s2w-has-pointer-img svg polygon{ display:none !important; }
  /* Tamaño estable de la imagen del puntero en móvil */
  .wheelContainer.s2w-has-pointer-img .s2w-pointer-img,
  .wheelContainer.s2w-has-pointer-img .s2w-pointer img{
    width: 64px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
  }
}
